mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-10 17:23:04 +03:00
[PR #6240] Fix 2fa recovery endpoint #2430
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/dani-garcia/vaultwarden/pull/6240
State: closed
Merged: Yes
The newer web-vaults handle the 2fa recovery code differently. This commit fixes this by adding this new flow.
Fixes #6200
Fixes #6203