Add Starter middleware & Restore the Data have changed notification

This commit is contained in:
Bubka
2023-10-25 17:26:32 +02:00
parent 4dbbae24dc
commit 8c23aa884f
6 changed files with 73 additions and 30 deletions

View File

@ -110,7 +110,7 @@
<!-- Footer -->
<VueFooter :showButtons="true" >
<!-- back button -->
<p class="control" v-if="twofaccounts.length > 0">
<p class="control" v-if="! twofaccounts.isEmpty">
<UseColorMode v-slot="{ mode }">
<RouterLink id="lnkBack" class="button is-rounded" :class="{'is-dark' : mode == 'dark'}" :to="{ name: 'accounts' }" >
{{ $t('commons.back') }}