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
Branches air251
No related tags found
No related merge requests found
Pipeline #146996 passed
......@@ -86,6 +86,6 @@
<a href="{{appbuilder.get_url_for_login}}"><span class="material-icons">login</span>{{_("Log In")}}</a>
</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>
{% endif %}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment