issue fixing

This commit is contained in:
Čarodej
2021-10-25 09:53:24 +02:00
parent 018b973c0f
commit 3f93373f60
16 changed files with 68 additions and 33 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
<!--Password reset link sended-->
<AuthContent name="not-found" :visible="true">
<img v-if="config.app_logo" class="logo" :src="$getImage(config.app_logo)" :alt="config.app_name">
<img v-if="config.app_logo" class="logo mx-auto" :src="$getImage(config.app_logo)" :alt="config.app_name">
<b v-if="! config.app_logo" class="auth-logo-text">{{ config.app_name }}</b>
<h1>{{ $t('page_shared_404.title') }}</h1>