Skip to content

Commit 4535317

Browse files
committed
tweak to 1-5
1 parent 9d7e842 commit 4535317

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/user/auth/signin_inner.tmpl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div class="required field {{if and (.Err_Password) (or (not .LinkAccountMode) (and .LinkAccountMode .LinkAccountModeSignIn))}}error{{end}} form-field-content-aside-label">
2121
<label for="password">{{ctx.Locale.Tr "password"}}</label>
2222
<div>
23-
<a href="{{AppSubUrl}}/user/forgot_password">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
23+
<a href="{{AppSubUrl}}/user/forgot_password" tabindex="4">{{ctx.Locale.Tr "auth.forgot_password"}}</a>
2424
</div>
2525
<input id="password" name="password" type="password" value="{{.password}}" autocomplete="current-password" required tabindex="2">
2626
</div>
@@ -29,15 +29,15 @@
2929
<div class="inline field">
3030
<div class="ui checkbox">
3131
<label>{{ctx.Locale.Tr "auth.remember_me"}}</label>
32-
<input name="remember" type="checkbox" tabindex="3">
32+
<input name="remember" type="checkbox" tabindex="5">
3333
</div>
3434
</div>
3535
{{end}}
3636

3737
{{template "user/auth/captcha" .}}
3838

3939
<div class="field">
40-
<button class="ui primary button tw-w-full" tabindex="4">
40+
<button class="ui primary button tw-w-full" tabindex="3">
4141
{{if .LinkAccountMode}}
4242
{{ctx.Locale.Tr "auth.oauth_signin_submit"}}
4343
{{else}}

0 commit comments

Comments
 (0)