mirror of
https://github.com/bitwarden/browser
synced 2025-12-18 09:13:33 +00:00
timeout when trying u2f again
This commit is contained in:
@@ -254,7 +254,10 @@ angular
|
||||
|
||||
if (data.errorCode) {
|
||||
console.log(data.errorCode);
|
||||
initU2f(challenges);
|
||||
|
||||
$timeout(function () {
|
||||
initU2f(challenges);
|
||||
}, data.errorCode === 5 ? 0 : 1000);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user