mirror of
https://github.com/goharbor/harbor
synced 2025-04-22 18:31:41 +00:00
Fix auth config oidc scope regex (#20483)
This commit is contained in:
parent
bfa67a7d61
commit
8254c02603
@ -906,7 +906,7 @@
|
|||||||
size="40"
|
size="40"
|
||||||
required
|
required
|
||||||
[disabled]="disabled(currentConfig.oidc_scope)"
|
[disabled]="disabled(currentConfig.oidc_scope)"
|
||||||
pattern="^([\w.]+,){0,}openid(,[\w.]+){0,}$" />
|
pattern='^(((?!["\\ ])[ -~])+,){0,}openid(,((?!["\\ ])[ -~])+){0,}$' />
|
||||||
<clr-control-error>{{
|
<clr-control-error>{{
|
||||||
'TOOLTIP.SCOPE_REQUIRED' | translate
|
'TOOLTIP.SCOPE_REQUIRED' | translate
|
||||||
}}</clr-control-error>
|
}}</clr-control-error>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user