Fix navigation using back/close/cancel buttons

This commit is contained in:
Bubka
2023-11-03 14:47:56 +01:00
parent 929a513ad7
commit a8540b0c04
12 changed files with 47 additions and 35 deletions

View File

@ -109,7 +109,7 @@
</div>
<!-- Footer -->
<VueFooter :showButtons="true" >
<ButtonBackCloseCancel action="back" v-if="!twofaccounts.isEmpty" />
<ButtonBackCloseCancel :returnTo="{ name: 'accounts' }" action="back" v-if="!twofaccounts.isEmpty" />
</VueFooter>
</div>
</template>