summaryrefslogtreecommitdiffstats
path: root/templates/repo/migrate.tmpl
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-08-27 22:40:45 +0800
committerUnknwon <joe2010xtmf@163.com>2014-08-27 22:40:45 +0800
commit81287ba022ae906f1f9eb5b1324567cd93771b4e (patch)
tree35a32fae8597f90ad61c0b955e2f0c0d0e3c3306 /templates/repo/migrate.tmpl
parent9baf2b38d025eaf1d9bbb10a4616c71813ea7054 (diff)
downloadgitea-81287ba022ae906f1f9eb5b1324567cd93771b4e.tar.gz
gitea-81287ba022ae906f1f9eb5b1324567cd93771b4e.zip
Mirror issue fix
Diffstat (limited to 'templates/repo/migrate.tmpl')
-rw-r--r--templates/repo/migrate.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/migrate.tmpl b/templates/repo/migrate.tmpl
index 45465178bd..7c983d7686 100644
--- a/templates/repo/migrate.tmpl
+++ b/templates/repo/migrate.tmpl
@@ -20,7 +20,7 @@
</div>
<div class="field">
<label for="auth_password">{{.i18n.Tr "password"}}</label>
- <input class="ipt ipt-large ipt-radius {{if .Err_Auth}}ipt-error{{end}}" id="auth_password" name="auth_password" type="text" value="{{.auth_password}}" />
+ <input class="ipt ipt-large ipt-radius {{if .Err_Auth}}ipt-error{{end}}" id="auth_password" name="auth_password" type="password" value="{{.auth_password}}" />
</div>
</div>
</div>