[mob] Fix change password on login->immedidate change password flow

This commit is contained in:
Neeraj Gupta
2025-03-15 09:30:50 +05:30
parent 7fe914258e
commit f67764f9fe

View File

@@ -767,6 +767,7 @@ class UserService {
Configuration.instance.getKeyAttributes()!,
keyEncryptionKey: keyEncryptionKey,
);
Configuration.instance.resetVolatilePassword();
page = const HomeWidget();
} else {
throw Exception("unexpected response during email verification");