This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
wangwei
/
aiforge
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
128
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
Autofocus on 2fa passcode fields (
#1460
)
* Autofocus on 2fa passcode field * Autofocus on 2fa scratch code field
tags/v1.21.12.1
Jonas
Lunny Xiao
8 years ago
parent
5acfc7c4bc
commit
e0df611cbc
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
templates/user/auth/twofa.tmpl
+1
-1
templates/user/auth/twofa_scratch.tmpl
+ 1
- 1
templates/user/auth/twofa.tmpl
View File
@@ -11,7 +11,7 @@
{{template "base/alert" .}}
<div class="required inline field">
<label for="passcode">{{.i18n.Tr "passcode"}}</label>
<input id="passcode" name="passcode" type="text" autocomplete="off" required>
<input id="passcode" name="passcode" type="text" autocomplete="off"
autofocus
required>
</div>
<div class="inline field">
+ 1
- 1
templates/user/auth/twofa_scratch.tmpl
View File
@@ -11,7 +11,7 @@
{{template "base/alert" .}}
<div class="required inline field">
<label for="token">{{.i18n.Tr "auth.scratch_code"}}</label>
<input id="token" name="token" type="text" autocomplete="off" required>
<input id="token" name="token" type="text" autocomplete="off"
autofocus
required>
</div>
<div class="inline field">
Write
Preview
Loading…
Cancel
Save