1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 17:23:37 +00:00

token sanitization and adjust timeouts on u2f

This commit is contained in:
Kyle Spearrin
2017-06-27 08:14:03 -04:00
parent 0ee928cdce
commit 3e61d938bc
4 changed files with 9 additions and 4 deletions

View File

@@ -81,7 +81,7 @@ function initU2f(obj) {
}
success(data);
}, 5);
}, 10);
}
function onMessage() {