Skip to content

Commit

Permalink
ADD additional logs when checking auth-cards
Browse files Browse the repository at this point in the history
  • Loading branch information
mdrobisch authored Apr 8, 2024
1 parent fac2dbf commit be31233
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/core/users/userManager.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,7 @@ def get_user_by_authenticator(self, authenticator_private_key, authenticator_pub
u.authenticator_public_key = public_key
return u
# no user found for the given private key
logManager.info(f"No user found for {str(authenticator_private_key)} and {str(authenticator_public_key)}")
return None

def checkUserAuthenticatorExists(self, authenticator_private_key, authenticator_public_key):
Expand Down

0 comments on commit be31233

Please sign in to comment.