Remove max length from Two Factor input

This commit is contained in:
Jack Anderson 2024-12-02 10:23:47 +00:00
parent 2caa320754
commit 9e92589375
3 changed files with 3 additions and 6 deletions

View file

@ -40,8 +40,7 @@
type='text'
name='auth_code'
autocomplete='off'
class='mb-3 auth-input'
maxlength='6'/>
class='mb-3 auth-input'/>
<scrm-button id='submit-2fa-code'
[config]="checkCodeButtonConfig"

View file

@ -32,8 +32,7 @@
type='text'
autocomplete='off'
name='auth_code'
class='mb-2 mt-2 pl-0'
maxlength='20'>
class='mb-2 mt-2 pl-0'>
<scrm-button id='submit-2fa-code' type='submit' [config]="submitCodeButtonConfig">
</scrm-button>

View file

@ -79,8 +79,7 @@
type='text'
name='auth_code'
autocomplete='off'
class='mb-3 auth-input'
maxlength='6'/>
class='mb-3 auth-input'/>
<scrm-button id='submit-2fa-code'
[config]="verifyCodeButtonConfig">