reset totp
This commit is contained in:
parent
7d28710157
commit
76bb7f8da5
8 changed files with 265 additions and 24 deletions
9
src/components/FormBottomBar.vue
Normal file
9
src/components/FormBottomBar.vue
Normal file
|
@ -0,0 +1,9 @@
|
|||
<template>
|
||||
<div class="flex flex-col text-gray-400 text-sm mt-4 items-center">
|
||||
<div class="flex flex-row gap-2 justify-center">
|
||||
<a ref="https://jk-effects.com/privacy" target="_blank">Datenschutz</a>
|
||||
<a ref="https://jk-effects.com/imprint" target="_blank">Impressum</a>
|
||||
</div>
|
||||
<a href="https://jk-effects.com" target="_blank"> © Admin-Portal by JK Effects </a>
|
||||
</div>
|
||||
</template>
|
Loading…
Add table
Add a link
Reference in a new issue