fix profile.py bug

This commit is contained in:
nodemixaholic 2024-01-30 21:05:24 +00:00
parent 9cfeb88e28
commit 91764f44b4

View file

@ -54,7 +54,7 @@ def get_auth_token(
auth_token = rsa.generate_private_key(public_exponent=65537,key_size=2048) auth_token = rsa.generate_private_key(public_exponent=65537,key_size=2048)
realm_user_id = private_key.public_key() realm_user_id = auth_token.public_key()
# else: # else:
# logger.debug("Using old-style authentication") # logger.debug("Using old-style authentication")
# # Make the request without the 2FA code to make the prompt appear # # Make the request without the 2FA code to make the prompt appear