mirror of
https://github.com/bitwarden/browser
synced 2026-01-21 03:43:41 +00:00
[PM-19838] Untrust devices that cannot be rotated (#14165)
* Untrust devices that cannot be rotated * Add tests and only send request on more than 0 failed devices * Address feedback
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
export class UntrustDevicesRequestModel {
|
||||
constructor(public devices: string[]) {}
|
||||
}
|
||||
Reference in New Issue
Block a user