mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 01:10:09 +03:00
[PR #4670] [MERGED] Fix cipher creation on new android app #2773
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/4670
Author: @dani-garcia
Created: 6/24/2024
Status: ✅ Merged
Merged: 6/24/2024
Merged by: @BlackDex
Base:
main← Head:fix-new-cipher-android📝 Commits (1)
07b2cbcFix cipher creation on new android app📊 Changes
1 file changed (+2 additions, -0 deletions)
View changed files
📝
src/api/core/ciphers.rs(+2 -0)📄 Description
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.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.