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