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