Fix cipher creation on new android app #1085

Closed
opened 2026-04-06 01:34:21 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @dani-garcia on 6/24/2024

The new android app is sending PascalCase for these two values. Ideally this will be updated in the app but it's an easy fix from our side for now. Using serde(alias) it will check both the camel case and pascal case versions.

*Originally created by @dani-garcia on 6/24/2024* The new android app is sending PascalCase for these two values. Ideally this will be updated in the app but it's an easy fix from our side for now. Using `serde(alias)` it will check both the camel case and pascal case versions.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1085