show user login data
This commit is contained in:
parent
d6f28022f0
commit
8c5b4429b1
5 changed files with 146 additions and 8 deletions
|
@ -23,7 +23,9 @@
|
|||
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"
|
||||
/>
|
||||
<SuccessCheckmark v-if="copySuccess" class="absolute right-3 top-[10px]" />
|
||||
<div v-if="copySuccess" class="absolute w-5 h-5 right-3 top-[10px]">
|
||||
<SuccessCheckmark />
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="-space-y-px">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue