mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-11-28 01:34:55 +00:00
Initialized Auth pages for future work
Implemented Login functionality
This commit is contained in:
@ -2,4 +2,8 @@ abstract class Constants {
|
||||
static const String languageCode = "en";
|
||||
|
||||
static const String countryCode = "US";
|
||||
|
||||
static const double defaultPadding = 16.0;
|
||||
|
||||
static const String tokenKey = 'userToken';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user