mirror of
https://github.com/goharbor/harbor.git
synced 2025-01-10 18:07:42 +01:00
Remove validation about oidc claim group
Signed-off-by: Yogi_Wang <yawang@vmware.com>
This commit is contained in:
parent
285d3e1e5c
commit
baa5f1171e
@ -358,8 +358,7 @@
|
||||
</label>
|
||||
<input clrInput name="oidcGroupClaim" type="text" #oidcClientSecretInput="ngModel"
|
||||
[(ngModel)]="currentConfig.oidc_groups_claim.value" id="oidcGroupClaim" size="40"
|
||||
pattern="^\w{1,256}$" [disabled]="disabled(currentConfig.oidc_groups_claim)" />
|
||||
<clr-control-error>{{'TOOLTIP.OIDC_GROUP_CLAIM_WARNING' | translate}}</clr-control-error>
|
||||
[disabled]="disabled(currentConfig.oidc_groups_claim)" />
|
||||
</clr-input-container>
|
||||
|
||||
<clr-input-container>
|
||||
|
Loading…
Reference in New Issue
Block a user