mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-06-25 03:17:27 +03:00
ca417d3257
If the `YUBICO_SERVER` is defined to an empty string, the whole yubikey implementation doesn't work anymore. This PR adds a check for this variable that it at least starts with `https://`. Resolves #3003