sign in smoothness
This commit is contained in:
@@ -95,7 +95,7 @@ class _SignInState extends State<SignIn> {
|
||||
} else {
|
||||
await signUserIn();
|
||||
if (successfulSignIn) {
|
||||
Navigator.of(context).popAndPushNamed('/home');
|
||||
Navigator.of(context).pushNamedAndRemoveUntil('/', (route) => false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user