Skip to content

Commit

Permalink
copy paste fail
Browse files Browse the repository at this point in the history
  • Loading branch information
johanlundberg committed Jun 17, 2024
1 parent 662e7f8 commit 1f0043c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eduid/webapp/security/views/webauthn.py
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ def remove(user: User, credential_key: str) -> FluxData:

authn, _ = get_authn_for_action(config=current_app.conf, frontend_action=frontend_action)
assert authn is not None # please mypy (if authn was None we would have returned with _need_reauthn above)
current_app.logger.debug(f"terminate_account called with authn {authn}")
current_app.logger.debug(f"remove security key called with authn {authn}")

security_user = SecurityUser.from_user(user, current_app.private_userdb)

Expand Down

0 comments on commit 1f0043c

Please sign in to comment.