mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-10 22:23:22 +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