Merge pull request #13758 from vvlladd28/bug/domain-panel/redirect-allways-enabled
Fix OAuth2 redirect URI field appearing enabled in view mode
This commit is contained in:
		
						commit
						099dd60cdf
					
				@ -34,7 +34,7 @@
 | 
			
		||||
  <div class="tb-form-row tb-standard-fields no-border no-padding">
 | 
			
		||||
    <mat-form-field class="flex">
 | 
			
		||||
      <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
 | 
			
		||||
        matSuffix
 | 
			
		||||
        miniButton="false"
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user