Fix Email 2FA for mobile apps (#6156)

This commit is contained in:
Daniel
2025-08-09 23:20:23 +03:00
committed by GitHub
parent 7fc94516ce
commit 4a5516e150

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)]