mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
[PR #4762] [MERGED] Fix Email 2FA login on native app #7127
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/4762
Author: @BlackDex
Created: 7/17/2024
Status: ✅ Merged
Merged: 7/17/2024
Merged by: @dani-garcia
Base:
main← Head:fix-email-2fa-native-app📝 Commits (1)
b7ddfb4Fix Email 2FA login on native app📊 Changes
1 file changed (+3 additions, -0 deletions)
View changed files
📝
src/api/core/two_factor/email.rs(+3 -0)📄 Description
The new native android app still seems to send PascalCase entries for Email 2FA. Added aliasses for these keys.
Tested all other 2FA's (Except Duo, which might be fixable via #4637) and they all work fine using the Native Android Beta v2024.7.0 version.
Fixes #4713
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.