feat: added authentification and redirection
This commit is contained in:
parent
1c9c5ce5fe
commit
ef641d4023
24 changed files with 731 additions and 173 deletions
|
|
@ -10,4 +10,7 @@ abstract final class Routes {
|
|||
|
||||
// ==[ SELL ]==
|
||||
static const sell = '/sell';
|
||||
|
||||
// ==[ AUTH ]==
|
||||
static const login = '/login';
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue