mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00:00
The device management screen was incorrectly evaluating the truthiness of DeviceView.type enum, causing "Invalid device data" errors when an Android device (type = 0) was present. Changed the check to explicitly verify for undefined values instead of truthy checks. - Updated type checking to use explicit undefined checks - Added translations for error messages - Improved error handling with specific messages for missing data Fixes PM-18757