mirror of
https://github.com/moparisthebest/mail
synced 2024-11-22 08:52:15 -05:00
Reduce size of recovery token to 6
This commit is contained in:
parent
ba9770b495
commit
51434d82e0
@ -141,6 +141,10 @@
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
input.token {
|
||||
width: auto;
|
||||
}
|
||||
|
||||
.code {
|
||||
max-width: 240px;
|
||||
margin: 0 auto;
|
||||
|
@ -8,7 +8,7 @@
|
||||
<div class="step" ng-show="step === 1">
|
||||
<p><b>Key sync.</b> We have sent you an email containing a recovery token. Please copy and paste the token below to download your key.</p>
|
||||
|
||||
<input type="text" class="input-text" size="42" ng-model="recoveryToken" placeholder="Recovery token" focus-me="step === 1">
|
||||
<input type="text" class="input-text token" size="6" maxlength="6" ng-model="recoveryToken" placeholder="Token" focus-me="step === 1">
|
||||
|
||||
<fieldset>
|
||||
<legend>Got USB?</legend>
|
||||
|
Loading…
Reference in New Issue
Block a user