Debuggin'

Signed-off-by: Cliff Hill <clifford.hill@gsa.gov>
This commit is contained in:
Cliff Hill
2024-10-25 16:55:34 -04:00
parent a39c844c30
commit a090c90ed6
3 changed files with 14 additions and 6 deletions

View File

@@ -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