[PR #6156] [MERGED] Fix Email 2FA for mobile apps #2458

Closed
opened 2025-10-09 18:05:33 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/6156
Author: @dfunkt
Created: 8/9/2025
Status: Merged
Merged: 8/9/2025
Merged by: @BlackDex

Base: mainHead: fix-mobile-2fa


📝 Commits (1)

  • 9664072 Fix Email 2FA for mobile apps

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 src/api/core/two_factor/email.rs (+1 -0)

📄 Description

Encountered this when trying to set up the Android app (2025.7.2):

[vaultwarden::api::core::two_factor::email::_][WARN] Data guard `Json < SendEmailLoginData >` failed: Parse("{\"DeviceIdentifier\":info_here\"\",\"Email\":\"\",\"MasterPasswordHash\":\""}", Error("missing field `deviceIdentifier`", line: 1, column: 163)).

🔄 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/6156 **Author:** [@dfunkt](https://github.com/dfunkt) **Created:** 8/9/2025 **Status:** ✅ Merged **Merged:** 8/9/2025 **Merged by:** [@BlackDex](https://github.com/BlackDex) **Base:** `main` ← **Head:** `fix-mobile-2fa` --- ### 📝 Commits (1) - [`9664072`](https://github.com/dani-garcia/vaultwarden/commit/96640724cf414bfae9520e45217ec6f1f8289175) Fix Email 2FA for mobile apps ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/two_factor/email.rs` (+1 -0) </details> ### 📄 Description Encountered this when trying to set up the Android app (2025.7.2): ``` [vaultwarden::api::core::two_factor::email::_][WARN] Data guard `Json < SendEmailLoginData >` failed: Parse("{\"DeviceIdentifier\":info_here\"\",\"Email\":\"\",\"MasterPasswordHash\":\""}", Error("missing field `deviceIdentifier`", line: 1, column: 163)). ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:05:33 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2458