Use readonly input form to show the validated OpenID URI (#1308)

This commit is contained in:
Sandro Santilli
2017-03-20 02:50:24 +01:00
committed by Lunny Xiao
parent 8bcb643a03
commit 430cc4f42a
2 changed files with 4 additions and 12 deletions

View File

@@ -21,7 +21,8 @@
<input id="email" name="email" type="email" value="{{.email}}" required>
</div>
<div class="inline field">
OpenID: {{ .OpenID }}
<label for="openid">OpenID URI</label>
<input id="openid" value="{{ .OpenID }}" readonly>
</div>
<div class="inline field">
<label></label>