merge_ResetPassword_to_Security #1

Merged
tracer merged 10 commits from merge_ResetPassword_to_Security into master 2022-11-01 16:19:33 +01:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 2184fd001d - Show all commits

View File

@ -42,7 +42,7 @@
<div class="dropdown-divider"></div> <div class="dropdown-divider"></div>
{% endif %} {% endif %}
<a class="dropdown-item" href="{{ path('app_logout') }}"> <a class="dropdown-item" href="{{ path('security_logout') }}">
<span class="fa fa-lg fa-fw fa-sign-out" aria-hidden="true"></span>&nbsp; <span class="fa fa-lg fa-fw fa-sign-out" aria-hidden="true"></span>&nbsp;
Logout Logout
</a> </a>
@ -50,7 +50,7 @@
</li> </li>
{% else %} {% else %}
<li class="nav-item"> <li class="nav-item">
<a class="btn btn-primary button-login" href="{{ path('app_login') }}" role="button" <a class="btn btn-primary button-login" href="{{ path('security_login') }}" role="button"
id="buttonLogin"> id="buttonLogin">
<span class="fa fa-sign-in fa-lg fa-fw" aria-hidden="true"></span>Log In <span class="fa fa-sign-in fa-lg fa-fw" aria-hidden="true"></span>Log In
</a> </a>