1
0
Fork 1
Spiegel von https://github.com/dani-garcia/vaultwarden.git synchronisiert 2024-06-30 19:24:42 +02:00

Add online feature to yubico

Dieser Commit ist enthalten in:
Daniel García 2018-11-19 20:42:22 +01:00
Ursprung 00abd4c853
Commit a1da82c868
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: FC8A7D14C3CD543A

Datei anzeigen

@ -58,7 +58,7 @@ jsonwebtoken = "= 4.0.1"
u2f = "0.1.2"
# Yubico Library
yubico= { version = "0.4.0", default-features = false }
yubico = { version = "=0.4.0", features = ["online"], default-features = false }
# A `dotenv` implementation for Rust
dotenv = { version = "0.13.0", default-features = false }