aboutsummaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-15 18:16:39 +0800
committerUnknwon <u@gogs.io>2015-08-15 18:16:39 +0800
commitc8bb475abb1c661930ca7c835405d7d62f9b154d (patch)
tree9df1b9ab5150235e789cd11745a2bb19980e8b7f /templates
parentce8864c69a8dd6466ad5a39faf5402cd3280d0a2 (diff)
downloadgitea-c8bb475abb1c661930ca7c835405d7d62f9b154d.tar.gz
gitea-c8bb475abb1c661930ca7c835405d7d62f9b154d.zip
fix autocomplete on migration
Diffstat (limited to 'templates')
-rw-r--r--templates/repo/migrate.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl
index e0f44c1c08..789530bee1 100644
--- a/templates/repo/migrate.tmpl
+++ b/templates/repo/migrate.tmpl
@@ -22,8 +22,9 @@
<div class="content {{if .Err_Auth}}active{{end}}">
<div class="inline field {{if .Err_Auth}}error{{end}}">
<label for="auth_username">{{.i18n.Tr "username"}}</label>
- <input id="auth_username" name="auth_username" value="{{.auth_username}}123" {{if not .auth_username}}data-need-clear="true"{{end}}>
+ <input id="auth_username" name="auth_username" value="{{.auth_username}}" {{if not .auth_username}}data-need-clear="true"{{end}}>
</div>
+ <input class="fake">
<div class="inline field {{if .Err_Auth}}error{{end}}">
<label for="auth_password">{{.i18n.Tr "password"}}</label>
<input id="auth_password" name="auth_password" type="password" value="{{.auth_password}}">