File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 341
341
</div>
342
342
<div class="field">
343
343
<label for="oauth2_required_claim_name">{{.locale.Tr "admin.auths.oauth2_required_claim_name"}}</label>
344
- <input id="oauth2_required_claim_name" name="oauth2_required_claim_name" values ="{{$cfg.RequiredClaimName}}">
344
+ <input id="oauth2_required_claim_name" name="oauth2_required_claim_name" value ="{{$cfg.RequiredClaimName}}">
345
345
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_name_helper"}}</p>
346
346
</div>
347
347
<div class="field">
348
348
<label for="oauth2_required_claim_value">{{.locale.Tr "admin.auths.oauth2_required_claim_value"}}</label>
349
- <input id="oauth2_required_claim_value" name="oauth2_required_claim_value" values ="{{$cfg.RequiredClaimValue}}">
349
+ <input id="oauth2_required_claim_value" name="oauth2_required_claim_value" value ="{{$cfg.RequiredClaimValue}}">
350
350
<p class="help">{{.locale.Tr "admin.auths.oauth2_required_claim_value_helper"}}</p>
351
351
</div>
352
352
<div class="field">
You can’t perform that action at this time.
0 commit comments