mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Restructure login form for mobile
This commit is contained in:
parent
1fa6144067
commit
07e6956917
@ -20,12 +20,16 @@
|
||||
<td>
|
||||
{{textField value=loginName placeholderKey="login.email_placeholder" id="login-account-name" autocorrect="off" autocapitalize="off" autofocus="autofocus"}}
|
||||
</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<label for='login-account-password'>{{i18n login.password}} </label>
|
||||
</td>
|
||||
<td>
|
||||
{{textField value=loginPassword type="password" id="login-account-password"}}
|
||||
</td>
|
||||
<td>
|
||||
<a id="forgot-password-link" {{action showForgotPassword}}>{{i18n forgot_password.action}}</a>
|
||||
</td>
|
||||
</tr>
|
||||
|
Loading…
Reference in New Issue
Block a user