Quick fixes (#355)
* fix: error message on import * fix: 2fa input size
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user