mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 13:55:01 +02:00
Move 2FAuth version to Settings footer
This commit is contained in:
@ -7,7 +7,10 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="content has-text-centered">
|
||||
<div v-if="$route.name === 'settings'" class="content has-text-centered is-size-6">
|
||||
<a class="has-text-grey" href="https://github.com/Bubka/2FAuth"><b>2FAuth</b> <font-awesome-icon :icon="['fab', 'github-alt']" /></a> - v{{ $root.appVersion }}
|
||||
</div>
|
||||
<div v-else class="content has-text-centered">
|
||||
<router-link :to="{ name: 'settings' }" class="has-text-grey">{{ $t('settings.settings') }}</router-link> - <a class="has-text-grey" @click="logout">{{ $t('auth.sign_out') }}</a>
|
||||
</div>
|
||||
</footer>
|
||||
|
Reference in New Issue
Block a user