Fixed password editor
This commit is contained in:
parent
67a5130ac0
commit
42b6da7461
1 changed files with 2 additions and 0 deletions
|
@ -47,6 +47,8 @@ class _ChangePasswordDialogState extends State<ChangePasswordDialog> {
|
||||||
});
|
});
|
||||||
} catch (_) {}
|
} catch (_) {}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
WidgetsBinding.instance.addPostFrameCallback((_) => loadUser());
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue