reset totp

This commit is contained in:
Julian Krauser 2024-11-23 12:11:26 +01:00
parent 7d28710157
commit 76bb7f8da5
8 changed files with 265 additions and 24 deletions

View 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"> &copy; Admin-Portal by JK Effects </a>
</div>
</template>