mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-06 08:27:18 +01:00
Fix Email 2FA for mobile apps (#6156)
This commit is contained in:
parent
7fc94516ce
commit
4a5516e150
1 changed files with 1 additions and 0 deletions
|
|
@ -24,6 +24,7 @@ pub fn routes() -> Vec<Route> {
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize)]
|
||||||
#[serde(rename_all = "camelCase")]
|
#[serde(rename_all = "camelCase")]
|
||||||
struct SendEmailLoginData {
|
struct SendEmailLoginData {
|
||||||
|
#[serde(alias = "DeviceIdentifier")]
|
||||||
device_identifier: DeviceId,
|
device_identifier: DeviceId,
|
||||||
|
|
||||||
#[allow(unused)]
|
#[allow(unused)]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue