aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-16 16:19:00 -0400
committerGitHub <noreply@github.com>2023-07-16 16:19:00 -0400
commit389655d8f76b49a8a391deda28cf75bd99d17a96 (patch)
tree81ac50e86b85cefd9b6d7f33f0a823733a9c50e3 /src/bin
parentc42dd174b05c7aea0022207fa36b57243208b887 (diff)
parent0e63285b6aaabe0f4bd71b890924f80e3a27e3cb (diff)
downloadrbw-389655d8f76b49a8a391deda28cf75bd99d17a96.tar.gz
rbw-389655d8f76b49a8a391deda28cf75bd99d17a96.zip
Merge pull request #123 from troyready/yubikey
add yubikey support
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/rbw-agent/actions.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bin/rbw-agent/actions.rs b/src/bin/rbw-agent/actions.rs
index 2f34c6b..4d77133 100644
--- a/src/bin/rbw-agent/actions.rs
+++ b/src/bin/rbw-agent/actions.rs
@@ -150,6 +150,7 @@ pub async fn login(
Err(rbw::error::Error::TwoFactorRequired { providers }) => {
let supported_types = vec![
rbw::api::TwoFactorProviderType::Authenticator,
+ rbw::api::TwoFactorProviderType::Yubikey,
rbw::api::TwoFactorProviderType::Email,
];