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 2b75d81a8be14f5e0e416f6cd82c0e8aea8d07d6
parent cad0dcbed15b1d0befcd6d469614163db903093a
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.