mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 02:08:20 +02:00 
			
		
		
		
	Fix Email 2FA login on native app (#4762)
This commit is contained in:
		
				
					committed by
					
						 GitHub
						GitHub
					
				
			
			
				
	
			
			
			
						parent
						
							505b30eec2
						
					
				
				
					commit
					b27e6e30c9
				
			| @@ -24,7 +24,10 @@ pub fn routes() -> Vec<Route> { | ||||
| #[derive(Deserialize)] | ||||
| #[serde(rename_all = "camelCase")] | ||||
| struct SendEmailLoginData { | ||||
|     // DeviceIdentifier: String, // Currently not used | ||||
|     #[serde(alias = "Email")] | ||||
|     email: String, | ||||
|     #[serde(alias = "MasterPasswordHash")] | ||||
|     master_password_hash: String, | ||||
| } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user