From 1f0043cacbd5503cb9025aad137c57292ead3ff0 Mon Sep 17 00:00:00 2001 From: Johan Lundberg Date: Mon, 17 Jun 2024 13:40:26 +0200 Subject: [PATCH] copy paste fail --- src/eduid/webapp/security/views/webauthn.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/eduid/webapp/security/views/webauthn.py b/src/eduid/webapp/security/views/webauthn.py index b71fe1e11..31903b035 100644 --- a/src/eduid/webapp/security/views/webauthn.py +++ b/src/eduid/webapp/security/views/webauthn.py @@ -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)