mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-30 21:31:13 +00:00 
			
		
		
		
	Correction of verify_email error message
This commit is contained in:
		
					parent
					
						
							
								c577ade90e
							
						
					
				
			
			
				commit
				
					
						b41a0d840c
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -460,7 +460,7 @@ fn post_verify_email(headers: Headers, _conn: DbConn) -> EmptyResult { | |||
|     } | ||||
| 
 | ||||
|     if let Err(e) = mail::send_verify_email(&user.email, &user.uuid) { | ||||
|         error!("Error sending delete account email: {:#?}", e); | ||||
|         error!("Error sending verify_email email: {:#?}", e); | ||||
|     } | ||||
| 
 | ||||
|     Ok(()) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue