This commit is contained in:
James Cole
2020-11-07 17:19:23 +01:00
parent febcbac1de
commit 4fa92ed5f7
4 changed files with 13 additions and 1 deletions

View File

@@ -233,6 +233,7 @@ return [
'all_destination_accounts' => 'Destination accounts',
'all_source_accounts' => 'Source accounts',
'back_to_index' => 'Back to the index',
'cant_logout_guard' => 'Firefly III can\'t log you out.',
// check for updates:
'update_check_title' => 'Check for updates',

View File

@@ -212,11 +212,12 @@
{% endif %}
</ul>
</li>
{% if 'remote_user_guard' != authGuard or '' != logoutUri %}
<li>
<a href="{{ route('logout') }}">
<i class="fa fa-sign-out fa-fw"></i>
<span>{{ 'logout'|_ }}</span>
</a>
</li>
{% endif %}
</ul>