File tree 1 file changed +3
-3
lines changed
templates/admin/auth/source
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 74
74
75
75
<div class="field">
76
76
<label for="oauth2_scopes">{{.locale.Tr "admin.auths.oauth2_scopes"}}</label>
77
- <input id="oauth2_scopes" name="oauth2_scopes" values ="{{.oauth2_scopes}}">
77
+ <input id="oauth2_scopes" name="oauth2_scopes" value ="{{.oauth2_scopes}}">
78
78
</div>
79
79
<div class="field">
80
80
<label for="oauth2_required_claim_name">{{.locale.Tr "admin.auths.oauth2_required_claim_name"}}</label>
81
- <input id="oauth2_required_claim_name" name="oauth2_required_claim_name" values ="{{.oauth2_required_claim_name}}">
81
+ <input id="oauth2_required_claim_name" name="oauth2_required_claim_name" value ="{{.oauth2_required_claim_name}}">
82
82
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_name_helper"}}</p>
83
83
</div>
84
84
<div class="field">
85
85
<label for="oauth2_required_claim_value">{{.locale.Tr "admin.auths.oauth2_required_claim_value"}}</label>
86
- <input id="oauth2_required_claim_value" name="oauth2_required_claim_value" values ="{{.oauth2_required_claim_value}}">
86
+ <input id="oauth2_required_claim_value" name="oauth2_required_claim_value" value ="{{.oauth2_required_claim_value}}">
87
87
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_value_helper"}}</p>
88
88
</div>
89
89
<div class="field">
You can’t perform that action at this time.
0 commit comments