[auth] Fix change password flow post login

This commit is contained in:
Neeraj Gupta
2025-03-15 09:32:54 +05:30
parent f67764f9fe
commit 00db0ebf25

View File

@@ -350,6 +350,7 @@ class UserService {
userPassword,
_config.getKeyAttributes()!,
);
_config.resetVolatilePassword();
page = const HomePage();
} else {
throw Exception("unexpected response during passkey verification");