Merge pull request #12470 from maxunbearable/fix/5434-oath-client-id-secret-erased
Fixed oathclient - client id and secret removal with slow internet
This commit is contained in:
		
						commit
						872b5472e3
					
				@ -203,7 +203,9 @@ export class ClientComponent extends EntityComponent<OAuth2Client, PageLink, OAu
 | 
			
		||||
      additionalInfo?.providerName : defaultProviderName);
 | 
			
		||||
 | 
			
		||||
    this.changeMapperConfigType(this.entityForm, MapperType.BASIC);
 | 
			
		||||
    this.setProviderDefaultValue(defaultProviderName, this.entityForm);
 | 
			
		||||
    if (this.createNewDialog || this.isAdd) {
 | 
			
		||||
      this.setProviderDefaultValue(defaultProviderName, this.entityForm);
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    this.subscriptions.push(this.entityForm.get('mapperConfig.type').valueChanges.subscribe((value) => {
 | 
			
		||||
      this.changeMapperConfigType(this.entityForm, value);
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user