[PR #4762] [MERGED] Fix Email 2FA login on native app #7127

Closed
opened 2026-03-07 21:11:28 -06:00 by GiteaMirror · 0 comments
Owner

📋 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: mainHead: fix-email-2fa-native-app


📝 Commits (1)

  • b7ddfb4 Fix 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.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/4762 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 7/17/2024 **Status:** ✅ Merged **Merged:** 7/17/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-email-2fa-native-app` --- ### 📝 Commits (1) - [`b7ddfb4`](https://github.com/dani-garcia/vaultwarden/commit/b7ddfb433e3fac4380e50b9ba4869b947ee722fb) Fix Email 2FA login on native app ### 📊 Changes **1 file changed** (+3 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/two_factor/email.rs` (+3 -0) </details> ### 📄 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 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-03-07 21:11:28 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/vaultwarden#7127