patches v1.7.4 #118
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
<template>
|
<template>
|
||||||
<div class="flex relative">
|
<div class="flex relative">
|
||||||
<input type="text" :value="copyText" />
|
<input type="text" readonly :value="copyText" />
|
||||||
<ClipboardIcon
|
<ClipboardIcon
|
||||||
class="w-5 h-5 p-2 box-content absolute right-1 top-1/2 -translate-y-1/2 bg-white cursor-pointer"
|
class="w-5 h-5 p-2 box-content absolute right-1 top-1/2 -translate-y-1/2 bg-white cursor-pointer"
|
||||||
@click="copyToClipboard"
|
@click="copyToClipboard"
|
||||||
|
|
|
@ -16,7 +16,7 @@
|
||||||
|
|
||||||
<div class="flex flex-row gap-2">
|
<div class="flex flex-row gap-2">
|
||||||
<button type="submit" primary :disabled="resetStatus == 'loading' || resetStatus == 'success'">
|
<button type="submit" primary :disabled="resetStatus == 'loading' || resetStatus == 'success'">
|
||||||
TOTP zurücksetzen
|
Zugangsdaten zurücksetzen
|
||||||
</button>
|
</button>
|
||||||
<Spinner v-if="resetStatus == 'loading'" class="my-auto" />
|
<Spinner v-if="resetStatus == 'loading'" class="my-auto" />
|
||||||
<SuccessCheckmark v-else-if="resetStatus == 'success'" />
|
<SuccessCheckmark v-else-if="resetStatus == 'success'" />
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue