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:
parent
7fc94516ce
commit
4a5516e150
1 changed files with 1 additions and 0 deletions
|
@ -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)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue