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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
main← Head:fix-device-login📝 Commits (1)
37d8485Fix Login with device📊 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.