fix: 💄 fix sign-in 2fa token style

This commit is contained in:
ThatOneCalculator 2023-06-15 16:50:04 -07:00
parent 892a9ad0b6
commit 905d80898a
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -107,16 +107,15 @@
:spellcheck="false"
required
>
<template #label>{{ i18n.ts.token }}</template>
<template #prefix
><i class="ph-poker-chip ph-bold ph-lg"></i
></template>
<template #prefix>
<i class="ph-poker-chip ph-bold ph-lg"></i>
</template>
</MkInput>
<MkButton
type="submit"
:disabled="signing"
primary
style="margin: 0 auto"
style="margin: 1rem auto auto"
>{{
signing ? i18n.ts.loggingIn : i18n.ts.login
}}</MkButton