1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-07-05 12:05:02 +00:00

Fixes issue with multiple security keys.

- Updated webauthn-rs commit hash to resolve #1796
This commit is contained in:
BlackDex 2021-06-27 18:12:27 +02:00
parent e3a2dfffab
commit ee391720aa
2 changed files with 2 additions and 2 deletions

View file

@ -154,4 +154,4 @@ data-url = { git = 'https://github.com/servo/rust-url', package="data-url", rev
job_scheduler = { git = 'https://github.com/jjlin/job_scheduler', rev = 'ee023418dbba2bfe1e30a5fd7d937f9e33739806' }
# Add support for U2F appid extension compatibility
webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = 'ee887befbf57c5406136d8617183aa8d2b9ef387' }
webauthn-rs = { git = 'https://github.com/kanidm/webauthn-rs', rev = '02a99f534127b30c6f4df7f2d42bc24f76dc4211' }