Skip to content

Commit a3f5205

Browse files
committed
fix
1 parent 3a1097e commit a3f5205

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

templates/admin/auth/source/oauth.tmpl

+3-3
Original file line numberDiff line numberDiff line change
@@ -74,16 +74,16 @@
7474

7575
<div class="field">
7676
<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}}">
7878
</div>
7979
<div class="field">
8080
<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}}">
8282
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_name_helper"}}</p>
8383
</div>
8484
<div class="field">
8585
<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}}">
8787
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_value_helper"}}</p>
8888
</div>
8989
<div class="field">

0 commit comments

Comments
 (0)