WIP
This commit is contained in:
parent
8ad1f14ea9
commit
d428f9379d
|
@ -111,7 +111,7 @@ class _ForgotPasswordScreenState extends State<ForgotPasswordScreen> with Ticker
|
|||
),
|
||||
onPressed: () async {
|
||||
context.pop();
|
||||
StorageUtil().isRecovered = true;
|
||||
StorageUtil().isRecovered = false;
|
||||
},
|
||||
),
|
||||
title: Text(
|
||||
|
|
Loading…
Reference in New Issue