Skip to content

Commit

Permalink
Fix authenticator remains after unassign authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrobisch authored Jul 31, 2023
1 parent 3423401 commit fac2dbf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,8 @@ def handle(self, action, user, workspace, actionManager):

user_to_unassign.resetAuthenticatorHash()
user_to_unassign.authenticator_status = UserAuthenticatorStatus.UNSET

user_to_unassign.authenticator_public_key = ""

return (
"success",
[notification_action],
Expand Down

0 comments on commit fac2dbf

Please sign in to comment.