mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-07 04:48:51 +03:00
cb348d2e05
When audit logging was introduced there entered a small bug preventing the recover-2fa from working. This PR fixes that by add a new headers check to extract the device-type when possible and use that for the logging. Fixes #2985