Fix inconsistencies in user settings ui (#2901)

This commit is contained in:
Shaun
2017-11-13 07:21:41 +00:00
committed by Lauris BH
parent f26f4a7e01
commit 4725f91543
2 changed files with 6 additions and 6 deletions

View File

@@ -48,7 +48,7 @@
{{.CsrfTokenHtml}}
<div class="required field {{if .Err_OpenID}}error{{end}}">
<label for="openid">{{.i18n.Tr "settings.add_new_openid"}}</label>
<input id="openid" name="openid" type="openid" autofocus required>
<input id="openid" name="openid" type="text" autofocus required>
</div>
<button class="ui green button">
{{.i18n.Tr "settings.add_openid"}}