Skip to content
Snippets Groups Projects
Unverified Commit b4af2bfa authored by Jaime Pérez Crespo's avatar Jaime Pérez Crespo
Browse files

bugfix: Fix for broken URLs in the new auth source selection page.

parent bd0efdf7
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<ul class="pure-menu-list auth_methods">
{% for id, config in sources -%}
<li class="pure-menu-item">
<a href="{{ baseurlpath }}/module.php/core/login/{{ id|url_encode }}" class="pure-menu-link">
<a href="/{{ baseurlpath }}/module.php/core/login/{{ id|url_encode }}" class="pure-menu-link">
{{ config.name|translateFromArray|default(id) }}
</a>
</li>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment