mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[PR #4577] [CLOSED] Disable Login with device if push is not enabled #21654
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/4577
Author: @Timshel
Created: 5/21/2024
Status: ❌ Closed
Base:
main← Head:feature/device📝 Commits (1)
6454c7eDisable Login with device if push is not enabled📊 Changes
1 file changed (+8 additions, -12 deletions)
View changed files
📝
src/api/core/accounts.rs(+8 -12)📄 Description
I believe theknowndeviceendpoint is only used to toggle theLogin with devicefeature (Could not find any other reference in Bitwarden clients).And unless I'm mistaken theLogin with deviceonly work if push is enabled.Removed the compatibility method since the migration to the endpoint was merged on March 7 2023 in the clients (github.com/bitwarden/clients/pull/4710).
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.