Fixed password editor

This commit is contained in:
Jakob Meier 2023-03-25 15:36:21 +01:00
parent 67a5130ac0
commit 42b6da7461
No known key found for this signature in database
GPG key ID: 66BDC7E6A01A6152

View file

@ -47,6 +47,8 @@ class _ChangePasswordDialogState extends State<ChangePasswordDialog> {
});
} catch (_) {}
});
WidgetsBinding.instance.addPostFrameCallback((_) => loadUser());
}
@override