Daniel
4 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/api/core/two_factor/email.rs
|
|
@ -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)] |
|
|
|