Quick fixes (#355)

* fix: error message on import

* fix: 2fa input size
This commit is contained in:
DecDuck
2026-02-25 23:23:36 +11:00
committed by GitHub
parent c82822c435
commit 768a4e2414
2 changed files with 23 additions and 20 deletions
+1
View File
@@ -26,6 +26,7 @@
<CodeInput
:length="6"
placeholder="123456"
size="w-10 h-10 text-lg lg:w-16 lg:h-16 lg:text-2xl"
@complete="(code) => signin(code)"
/>
</div>