mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-17 17:11:06 +02:00
Replace the local VueFooter with 2fauth/ui VueFooter component
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user