mirror of
https://github.com/zoriya/Aeris.git
synced 2026-06-01 10:25:18 +00:00
Mobile Client: API remove unused constant
This commit is contained in:
@@ -50,9 +50,6 @@ class AerisAPI {
|
||||
deepLinkRoute = "$scheme://arthichaud.me";
|
||||
}
|
||||
|
||||
/// Name of the file that contains the JWT used for Aeris' API requestd
|
||||
static const String jwtFile = 'aeris_jwt.txt';
|
||||
|
||||
///ROUTES
|
||||
/// Registers new user in the database and connects it. Returns false if register failed
|
||||
Future<bool> signUpUser(String username, String password) async {
|
||||
|
||||
Reference in New Issue
Block a user