fix: check
This commit is contained in:
		
							parent
							
								
									b3b89567ee
								
							
						
					
					
						commit
						6526968f2d
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -169,7 +169,7 @@ export class EmailService {
 | 
			
		|||
		let validated;
 | 
			
		||||
 | 
			
		||||
		if (meta.enableActiveEmailValidation) {
 | 
			
		||||
			if (verifymailApi && meta.verifymailAuthKey) {
 | 
			
		||||
			if (meta.enableVerifymailApi && meta.verifymailAuthKey != null) {
 | 
			
		||||
				validated = await this.verifyMail(emailAddress, meta.verifymailAuthKey);
 | 
			
		||||
			} else {
 | 
			
		||||
				validated = await validateEmail({
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue