Remove validator for username claim input (#17663)

Signed-off-by: AllForNothing <sshijun@vmware.com>

Signed-off-by: AllForNothing <sshijun@vmware.com>
This commit is contained in:
Shijun Sun 2022-10-20 15:46:03 +08:00 committed by GitHub
parent 180bcd1bf1
commit c4146667f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -905,8 +905,7 @@
[disabled]="
!currentConfig.oidc_auto_onboard.value ||
disabled(currentConfig.oidc_user_claim)
"
pattern="^[a-zA-Z0-9_-]*$" />
" />
</clr-input-container>
<div class="oidc-tip">
{{ 'CONFIG.OIDC.OIDC_REDIREC_URL' | translate }}