mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 23:06:57 +08:00
UX: Smaller input field for preferences 2FA form.
This commit is contained in:
parent
1b04d881c5
commit
412b298f55
|
@ -70,7 +70,7 @@
|
|||
<div class="controls">
|
||||
{{text-field value=second_factor_token
|
||||
id="second-factor-token"
|
||||
classNames="input-xxlarge"
|
||||
classNames="input-large"
|
||||
autofocus="autofocus"}}
|
||||
</div>
|
||||
</div>
|
||||
|
@ -91,7 +91,7 @@
|
|||
{{text-field value=password
|
||||
id="password"
|
||||
type="password"
|
||||
classNames="input-xxlarge"
|
||||
classNames="input-large"
|
||||
autofocus="autofocus"}}
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user