From 91764f44b4a8ed35ceed84fb80108c7c3826f790 Mon Sep 17 00:00:00 2001 From: nodemixaholic Date: Tue, 30 Jan 2024 21:05:24 +0000 Subject: [PATCH] fix profile.py bug --- ids/profile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ids/profile.py b/ids/profile.py index 05820d1..08ce393 100644 --- a/ids/profile.py +++ b/ids/profile.py @@ -54,7 +54,7 @@ def get_auth_token( 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: # logger.debug("Using old-style authentication") # # Make the request without the 2FA code to make the prompt appear