new login system complete, that's it for today :3

This commit is contained in:
Kima
2024-08-14 00:53:12 +02:00
parent 148a43663c
commit 3a2fc67cb2
7 changed files with 412 additions and 268 deletions

View File

@@ -262,7 +262,7 @@ class App extends StatelessWidget {
switch (route.name) {
case "login_back":
return CupertinoPageRoute(
builder: (context) => const mobile.LoginScreen());
builder: (context) => const mobile.LoginScreen(back: true));
case "login":
return _rootRoute(const mobile.LoginScreen());
case "navigation":