mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 21:27:42 +00:00
fix: cnsl-redirect-uris ngModel & formGroup issue (#5731)
Co-authored-by: Max Peintner <max@caos.ch>
This commit is contained in:
@@ -437,6 +437,7 @@
|
|||||||
class="redirect-section"
|
class="redirect-section"
|
||||||
[disabled]="false"
|
[disabled]="false"
|
||||||
[(ngModel)]="redirectUris"
|
[(ngModel)]="redirectUris"
|
||||||
|
[ngModelOptions]="{ standalone: true }"
|
||||||
[getValues]="requestRedirectValuesSubject$"
|
[getValues]="requestRedirectValuesSubject$"
|
||||||
title="{{ 'APP.OIDC.REDIRECT' | translate }}"
|
title="{{ 'APP.OIDC.REDIRECT' | translate }}"
|
||||||
[isNative]="appType?.value.oidcAppType === OIDCAppType.OIDC_APP_TYPE_NATIVE"
|
[isNative]="appType?.value.oidcAppType === OIDCAppType.OIDC_APP_TYPE_NATIVE"
|
||||||
@@ -447,6 +448,7 @@
|
|||||||
class="redirect-section"
|
class="redirect-section"
|
||||||
[disabled]="false"
|
[disabled]="false"
|
||||||
[(ngModel)]="postLogoutUrisList"
|
[(ngModel)]="postLogoutUrisList"
|
||||||
|
[ngModelOptions]="{ standalone: true }"
|
||||||
title="{{ 'APP.OIDC.POSTLOGOUTREDIRECT' | translate }}"
|
title="{{ 'APP.OIDC.POSTLOGOUTREDIRECT' | translate }}"
|
||||||
[getValues]="requestRedirectValuesSubject$"
|
[getValues]="requestRedirectValuesSubject$"
|
||||||
[isNative]="appType?.value.oidcAppType === OIDCAppType.OIDC_APP_TYPE_NATIVE"
|
[isNative]="appType?.value.oidcAppType === OIDCAppType.OIDC_APP_TYPE_NATIVE"
|
||||||
|
Reference in New Issue
Block a user