[auth] Fix change password flow post login
This commit is contained in:
@@ -350,6 +350,7 @@ class UserService {
|
||||
userPassword,
|
||||
_config.getKeyAttributes()!,
|
||||
);
|
||||
_config.resetVolatilePassword();
|
||||
page = const HomePage();
|
||||
} else {
|
||||
throw Exception("unexpected response during passkey verification");
|
||||
|
||||
Reference in New Issue
Block a user