mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-06 19:34:15 -05:00
@@ -212,7 +212,6 @@ def sign_in(): # pragma: no cover
|
||||
|
||||
nonce = secrets.token_urlsafe()
|
||||
redis_key = f"-{unquote(nonce)}"
|
||||
current_app.logger.info(f"<<<<<<<<<<<<<<<<<<<<<<<< redis key: {redis_key}")
|
||||
redis_client.set(redis_key, nonce)
|
||||
|
||||
# handle unit tests
|
||||
|
||||
Reference in New Issue
Block a user