mirror of
https://github.com/bitwarden/web
synced 2026-01-03 09:03:41 +00:00
not supported scenario
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
if (providers.hasOwnProperty(constants.twoFactorProvider.duo)) {
|
||||
add(constants.twoFactorProvider.duo);
|
||||
}
|
||||
if (providers.hasOwnProperty(constants.twoFactorProvider.u2f)) {
|
||||
if (providers.hasOwnProperty(constants.twoFactorProvider.u2f) && u2f.isSupported) {
|
||||
add(constants.twoFactorProvider.u2f);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user