mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-01-22 22:58:30 +00:00
fc543154c0
During the client API login we need to have a `device_identifier`, `device_name` and `device_type`. When these were not provided Vaultwarden would panic. This PR add checks for these fields and makes sure it returns a better error message instead of causing a panic.