mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-07 12:58:52 +03:00
b60a4a68c7
The yubico crate uses blocking reqwest, and we called the `verify` from a async thread. To prevent issues we need to wrap it within a `spawn_blocking`.