Simplify menu auth-tokens display text

This commit is contained in:
Alice Gaudon 2021-03-30 14:12:42 +02:00
parent 84b0ed9d88
commit 6e92eb2740
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
{% endif %}
<li><a href="{{ route('account') }}"><i data-feather="user"></i> <span class="tip">{{ user.name | default('Account') }}</span></a>
<ul class="dropdown">
<li><a href="{{ route('auth-tokens') }}"><i data-feather="key"></i> <span class="tip">Manage auth tokens</span></a></li>
<li><a href="{{ route('auth-tokens') }}"><i data-feather="key"></i> <span class="tip">Auth tokens</span></a></li>
<li>
<hr>
<form action="{{ route('logout') }}?{{ querystring.stringify({redirect_uri: '/'}) }}" method="POST">