UI: Fixed domain conditionally disable redirect URI input in view mode
This commit is contained in:
parent
c6885ca262
commit
87b9f74d53
@ -34,7 +34,7 @@
|
|||||||
<div class="tb-form-row tb-standard-fields no-border no-padding">
|
<div class="tb-form-row tb-standard-fields no-border no-padding">
|
||||||
<mat-form-field class="flex">
|
<mat-form-field class="flex">
|
||||||
<mat-label translate>admin.oauth2.redirect-url-template</mat-label>
|
<mat-label translate>admin.oauth2.redirect-url-template</mat-label>
|
||||||
<input matInput [value]="redirectURI()" readonly>
|
<input matInput [value]="redirectURI()" readonly [disabled]="!isEdit && !isAdd">
|
||||||
<tb-copy-button
|
<tb-copy-button
|
||||||
matSuffix
|
matSuffix
|
||||||
miniButton="false"
|
miniButton="false"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user