This commit is contained in:
Kenneth Kehl
2023-12-14 09:11:32 -08:00
parent 7ffd3f5031
commit 19b0f8a76d
4 changed files with 7 additions and 1 deletions

View File

@@ -174,6 +174,8 @@ def sign_in():
current_app.logger.info(
f"LOGIN_DOT_GOV_SIGNOUT_REDIRECT={os.getenv('LOGIN_DOT_GOV_SIGNOUT_REDIRECT')}"
)
LOGIN_DOT_GOV_INITIAL_SIGNIN_URL = os.getenv('LOGIN_DOT_GOV_INITIAL_SIGNIN_URL')
current_app.logger.info(f"LOGIN_DOT_GOV_INITIAL_SIGNIN_URL={LOGIN_DOT_GOV_INITIAL_SIGNIN_URL}")
return render_template(
"views/signin.html",