fix: 💄 fix sign-in 2fa token style
This commit is contained in:
parent
892a9ad0b6
commit
905d80898a
|
@ -107,16 +107,15 @@
|
||||||
:spellcheck="false"
|
:spellcheck="false"
|
||||||
required
|
required
|
||||||
>
|
>
|
||||||
<template #label>{{ i18n.ts.token }}</template>
|
<template #prefix>
|
||||||
<template #prefix
|
<i class="ph-poker-chip ph-bold ph-lg"></i>
|
||||||
><i class="ph-poker-chip ph-bold ph-lg"></i
|
</template>
|
||||||
></template>
|
|
||||||
</MkInput>
|
</MkInput>
|
||||||
<MkButton
|
<MkButton
|
||||||
type="submit"
|
type="submit"
|
||||||
:disabled="signing"
|
:disabled="signing"
|
||||||
primary
|
primary
|
||||||
style="margin: 0 auto"
|
style="margin: 1rem auto auto"
|
||||||
>{{
|
>{{
|
||||||
signing ? i18n.ts.loggingIn : i18n.ts.login
|
signing ? i18n.ts.loggingIn : i18n.ts.login
|
||||||
}}</MkButton
|
}}</MkButton
|
||||||
|
|
Loading…
Reference in New Issue