vw_small

Hardened fork of Vaultwarden (https://github.com/dani-garcia/vaultwarden) with fewer features.
git clone https://git.philomathiclife.com/repos/vw_small
Log | Files | Refs | README

commit 5125fdb88203c83aae75bbb2c5d94c15e9c5a085
parent fd9693b9611438deb1c1e85237c25053283e04ab
Author: Daniel GarcĂ­a <dani-garcia@users.noreply.github.com>
Date:   Tue, 28 Dec 2021 00:48:33 +0100

Ignore unused field

Diffstat:
Msrc/api/identity.rs | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/src/api/identity.rs b/src/api/identity.rs @@ -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.