mirror of
https://github.com/dani-garcia/vaultwarden
synced 2024-11-10 06:14:16 +00:00
Ignore unused field
This commit is contained in:
parent
cad0dcbed1
commit
2b75d81a8b
1 changed files with 1 additions and 0 deletions
|
@ -495,6 +495,7 @@ struct ConnectData {
|
|||
#[field(name = uncased("device_type"))]
|
||||
#[field(name = uncased("devicetype"))]
|
||||
device_type: Option<String>,
|
||||
#[allow(unused)]
|
||||
#[field(name = uncased("device_push_token"))]
|
||||
#[field(name = uncased("devicepushtoken"))]
|
||||
_device_push_token: Option<String>, // Unused; mobile device push not yet supported.
|
||||
|
|
Loading…
Reference in a new issue