1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-24 02:21:17 +00:00

Fix Email 2FA for mobile apps (#6156)

This commit is contained in:
Daniel 2025-08-09 23:20:23 +03:00 committed by GitHub
commit 4a5516e150
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,6 +24,7 @@ pub fn routes() -> Vec<Route> {
#[derive(Deserialize)]
#[serde(rename_all = "camelCase")]
struct SendEmailLoginData {
#[serde(alias = "DeviceIdentifier")]
device_identifier: DeviceId,
#[allow(unused)]