mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-06 02:03:12 +08: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.