patches v1.7.4 #118
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<template>
|
||||
<div class="flex relative">
|
||||
<input type="text" :value="copyText" />
|
||||
<input type="text" readonly :value="copyText" />
|
||||
<ClipboardIcon
|
||||
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"
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
|
||||
<div class="flex flex-row gap-2">
|
||||
<button type="submit" primary :disabled="resetStatus == 'loading' || resetStatus == 'success'">
|
||||
TOTP zurücksetzen
|
||||
Zugangsdaten zurücksetzen
|
||||
</button>
|
||||
<Spinner v-if="resetStatus == 'loading'" class="my-auto" />
|
||||
<SuccessCheckmark v-else-if="resetStatus == 'success'" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue