mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-18 01:45:25 +00:00
Update SOGoRootPage.wox
Ensure the TOTP input field only accept number, so it is quicker to type on mobile devices. Disable history of the TOTP input, which is not necessary. See https://bugs.sogo.nu//view.php?id=5524
This commit is contained in:
@@ -163,7 +163,7 @@
|
||||
<md-input-container class="md-block">
|
||||
<label><var:string label:value="Verification Code"/></label>
|
||||
<md-icon>lock</md-icon>
|
||||
<input type="text"
|
||||
<input type="number" autocomplete="off"
|
||||
ng-pattern="app.verificationCodePattern"
|
||||
ng-model="app.creds.verificationCode"
|
||||
ng-required="app.loginState == 'totpcode'"
|
||||
|
||||
Reference in New Issue
Block a user