mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-22 21:30:56 +01:00
Show footer links even if there is no accounts
This commit is contained in:
parent
835926760a
commit
bfc9ed60a6
@ -40,9 +40,9 @@
|
||||
</div>
|
||||
</div>
|
||||
<!-- Footer -->
|
||||
<vue-footer :showButtons="true" v-if="accountCount > 0">
|
||||
<vue-footer :showButtons="true" >
|
||||
<!-- back button -->
|
||||
<p class="control">
|
||||
<p class="control" v-if="accountCount > 0">
|
||||
<router-link class="button is-dark is-rounded" :to="{ name: 'accounts' }" >
|
||||
{{ $t('commons.back') }}
|
||||
</router-link>
|
||||
|
Loading…
Reference in New Issue
Block a user