mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-05-21 08:47:15 +02:00

- Modify err_code to accept an expr for err_code - Add get_user_or_404, properly returning 404 instead of a generic 400 for cases where user is not found - Use get_user_or_404 where appropriate.