mirror of
https://github.com/SyncrowIOT/syncrow-app.git
synced 2025-12-01 03:54:55 +00:00
bugs fixed
This commit is contained in:
@ -27,7 +27,7 @@ class LoginView extends StatelessWidget {
|
||||
// ),
|
||||
// );
|
||||
} else if (state is AuthLoginSuccess) {
|
||||
Navigator.pushNamed(context, Routes.homeRoute);
|
||||
Navigator.popAndPushNamed(context, Routes.homeRoute);
|
||||
}
|
||||
},
|
||||
builder: (context, state) {
|
||||
|
||||
Reference in New Issue
Block a user