[PR #4878] [MERGED] Fix Login with device #7157

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

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/4878
Author: @BlackDex
Created: 8/21/2024
Status: Merged
Merged: 8/21/2024
Merged by: @dani-garcia

Base: mainHead: fix-device-login


📝 Commits (1)

📊 Changes

2 files changed (+36 additions, -21 deletions)

View changed files

📝 src/api/core/accounts.rs (+16 -10)
📝 src/db/models/device.rs (+20 -11)

📄 Description

Fixed an issue with login with device for the new Bitwrden Beta clients. They seem to not support ISO8601 milli date/time, only micro.

Also updated the device display names to match Upstream and added the CLI devices which were missing.


🔄 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/4878 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 8/21/2024 **Status:** ✅ Merged **Merged:** 8/21/2024 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `main` ← **Head:** `fix-device-login` --- ### 📝 Commits (1) - [`37d8485`](https://github.com/dani-garcia/vaultwarden/commit/37d848549c1d43a98146d93b038398ed1f22eb1f) Fix Login with device ### 📊 Changes **2 files changed** (+36 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `src/api/core/accounts.rs` (+16 -10) 📝 `src/db/models/device.rs` (+20 -11) </details> ### 📄 Description Fixed an issue with login with device for the new Bitwrden Beta clients. They seem to not support ISO8601 milli date/time, only micro. Also updated the device display names to match Upstream and added the CLI devices which were missing. --- <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:57 -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#7157