mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-04 22:58:25 -04:00
@@ -41,7 +41,7 @@ def index():
|
||||
current_app.config["SECRET_KEY"],
|
||||
current_app.config["DANGEROUS_SALT"],
|
||||
)
|
||||
state_key = f"login-nonce-{unquote(state)}"
|
||||
state_key = f"login-state-{unquote(state)}"
|
||||
redis_client.set(state_key, state)
|
||||
|
||||
# make and store the nonce
|
||||
|
||||
Reference in New Issue
Block a user