mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-02-17 07:33:57 +00:00
fix(totp): correctly send a string and leading zero
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="number" autocomplete="off"
|
||||
<input type="text" inputmode="numeric" autocomplete="off"
|
||||
ng-pattern="app.verificationCodePattern"
|
||||
ng-model="app.creds.verificationCode"
|
||||
ng-required="app.loginState == 'totpcode'"
|
||||
|
||||
Reference in New Issue
Block a user