Replace the local VueFooter with 2fauth/ui VueFooter component

This commit is contained in:
Bubka
2025-06-24 14:18:51 +02:00
parent 4a8f251d92
commit 026515aa26
22 changed files with 128 additions and 181 deletions

View File

@ -107,8 +107,10 @@
</div>
</div>
<!-- Footer -->
<VueFooter :showButtons="true" >
<NavigationButton v-if="!twofaccounts.isEmpty" action="back" @goback="router.push({ name: 'accounts' })" :previous-page-title="$t('title.accounts')" />
<VueFooter >
<template #default>
<NavigationButton v-if="!twofaccounts.isEmpty" action="back" @goback="router.push({ name: 'accounts' })" :previous-page-title="$t('title.accounts')" />
</template>
</VueFooter>
</div>
</template>