mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-29 05:17:39 -07:00
style: 💄 2fa dialog styling
This commit is contained in:
parent
d496c58922
commit
db7b82d2a7
1 changed files with 7 additions and 5 deletions
|
@ -35,11 +35,13 @@
|
||||||
<a :href="twoFactorData.url"
|
<a :href="twoFactorData.url"
|
||||||
><img :class="$style.qr" :src="twoFactorData.qr"
|
><img :class="$style.qr" :src="twoFactorData.qr"
|
||||||
/></a>
|
/></a>
|
||||||
<MkKeyValue :copy="twoFactorData.url">
|
<div style="max-width: 600px;">
|
||||||
<template #key>{{ i18n.ts._2fa.step2Url }}</template>
|
<MkKeyValue :copy="twoFactorData.url">
|
||||||
<template #value>{{ twoFactorData.url }}</template>
|
<template #key>{{ i18n.ts._2fa.step2Url }}</template>
|
||||||
</MkKeyValue>
|
<template #value>{{ twoFactorData.url }}</template>
|
||||||
<div class="_buttons">
|
</MkKeyValue>
|
||||||
|
</div>
|
||||||
|
<div class="_flexList">
|
||||||
<MkButton primary @click="ok">{{ i18n.ts.next }}</MkButton>
|
<MkButton primary @click="ok">{{ i18n.ts.next }}</MkButton>
|
||||||
<MkButton @click="cancel">{{ i18n.ts.cancel }}</MkButton>
|
<MkButton @click="cancel">{{ i18n.ts.cancel }}</MkButton>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue