mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-08-29 21:00:39 +08:00
Remove max length from Two Factor input
This commit is contained in:
parent
2caa320754
commit
9e92589375
3 changed files with 3 additions and 6 deletions
|
@ -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"
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue