Basic wallet page

This commit is contained in:
2025-01-29 15:18:35 +08:00
parent 9471fe40fe
commit 73b82f65e4
12 changed files with 1093 additions and 9 deletions

View File

@ -412,8 +412,9 @@ class _LoginLookupScreenState extends State<_LoginLookupScreen> {
await sn.client.post('/cgi/id/users/me/password-reset', data: {
'user_id': lookupResp.data['id'],
});
if (mounted)
if (mounted) {
context.showModalDialog('done'.tr(), 'signinResetPasswordSent'.tr());
}
} catch (err) {
if (mounted) context.showErrorDialog(err);
} finally {