[UI] Fixing problem due to Firefox's autofill filter

This commit is contained in:
rainydaysavings
2020-07-24 17:46:15 +01:00
committed by Hugo Sales
parent ae49f82580
commit c2e69a06b0
10 changed files with 35 additions and 15 deletions

View File

@@ -52,7 +52,7 @@
<label for="toggle" id='menu'></label>
</div>
<div class='navbar'>
<a href="{{ path('login') }}" class='hover-effect {% if app.request.attributes.get('_route') starts with 'login' %}active{% endif %}'>Login</a>
<a href="{{ path('login') }}" class='hover-effect {{ active('login') }}'>Login</a>
<a href='#'>Register</a>
</div>
</div>