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,
|
alignment: Alignment.centerRight,
|
||||||
child: ElevatedButton(
|
child: ElevatedButton(
|
||||||
onPressed: () {
|
onPressed: () {
|
||||||
Navigator.pop(context);
|
|
||||||
Navigator.pushNamed(context, '/forgotpassword');
|
Navigator.pushNamed(context, '/forgotpassword');
|
||||||
},
|
},
|
||||||
style: ButtonStyle(
|
style: ButtonStyle(
|
||||||
|
|
Loading…
Add table
Reference in a new issue