Skip to content
Snippets Groups Projects
Commit d238620b authored by Christian Boettcher's avatar Christian Boettcher
Browse files

relative redirect for sso login

parent ef42526d
No related branches found
No related tags found
No related merge requests found
Pipeline #146996 passed
...@@ -86,6 +86,6 @@ ...@@ -86,6 +86,6 @@
<a href="{{appbuilder.get_url_for_login}}"><span class="material-icons">login</span>{{_("Log In")}}</a> <a href="{{appbuilder.get_url_for_login}}"><span class="material-icons">login</span>{{_("Log In")}}</a>
</li> </li>
<li> <li>
<a href="/unity"><span class="material-icons">login</span>{{_("Log In via SSO")}}</a> <a href="./unity"><span class="material-icons">login</span>{{_("Log In via SSO")}}</a>
</li> </li>
{% endif %} {% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment