mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-06 02:03:12 +08:00
The `reprompt` value somehow sometimes has a value of `4`. This isn't a valid value, and doesn't cause issues with other clients, but the native clients are more strict. This commit fixes this by validating the value before storing and returning. Signed-off-by: BlackDex <black.dex@gmail.com>