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
Change two factor code entry box from text to number (
#1733
)
tags/v1.21.12.1
Patrick G
Lunny Xiao
9 years ago
parent
bc299b8317
commit
03d6bab643
1 changed files
with
1 additions
and
1 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.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" autofocus required>
<input id="passcode" name="passcode" type="
number
" autocomplete="off" autofocus required>
</div>
<div class="inline field">
Write
Preview
Loading…
Cancel
Save