mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-07-14 09:17:23 +00:00
Initialized Auth pages for future work
Implemented Login functionality
This commit is contained in:
@ -7,4 +7,11 @@ class Routes {
|
||||
static const String layoutRoute = '/layout';
|
||||
static const String profileRoute = '/profile';
|
||||
static const String authRoute = '/auth';
|
||||
static const String authLogin = '$authRoute/login';
|
||||
static const String authSignUp = '$authRoute/signup';
|
||||
static const String authOneTimePassword = '$authRoute/one-time-password';
|
||||
static const String authForgotPassword = '$authRoute/forgot-password';
|
||||
static const String authDidNotGetCode = '$authRoute/did-not-get-code';
|
||||
static const String policyRoute = '/policy';
|
||||
static const String termsRoute = '/terms';
|
||||
}
|
||||
|
Reference in New Issue
Block a user