Remove pop on forgot password routing
This commit is contained in:
parent
87ddf05e77
commit
0d4039cf9f
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class LoginFormState extends State<LoginForm> {
|
|||
alignment: Alignment.centerRight,
|
||||
child: ElevatedButton(
|
||||
onPressed: () {
|
||||
Navigator.pop(context);
|
||||
Navigator.pushNamed(context, '/forgotpassword');
|
||||
},
|
||||
style: ButtonStyle(
|
||||
|
|
Loading…
Reference in a new issue