From 14c09d75ccbae0b9a4fc049fe9aa506e9f46aa07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20B=C3=B6ttcher?= <c.boettcher@fz-juelich.de> Date: Wed, 23 Nov 2022 15:10:54 +0100 Subject: [PATCH] relative redirect instead of absolute path to nothing --- frontend/templates/login_content.html.jinja | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/templates/login_content.html.jinja b/frontend/templates/login_content.html.jinja index 9fc884f..8a1cc9b 100644 --- a/frontend/templates/login_content.html.jinja +++ b/frontend/templates/login_content.html.jinja @@ -30,7 +30,7 @@ </form> <!-- Keycloak Redirect --> - <a class="button btn btn-primary" href="http://localhost:8000/keycloak_login" id="ssoButton"> + <a class="button btn btn-primary" href="/keycloak_login" id="ssoButton"> Log In with SSO </a> -- GitLab