dani-garcia / vaultwarden

Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
GNU Affero General Public License v3.0
37.31k stars 1.82k forks source link

Change some missing PascalCase keys #4671

Closed dani-garcia closed 3 months ago

dani-garcia commented 3 months ago

Some endpoints were using serde_json::Value and trying to get some PascalCase keys from them, I've changed those to use a struct with the correct camelCase deserialization.

Also some keys on the admin pages were in PascalCase, but they weren't used anywhere.