mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 16:53:34 +00:00
stop listening for u2f on destroy
This commit is contained in:
@@ -179,7 +179,7 @@ angular
|
||||
}, 1000);
|
||||
});
|
||||
|
||||
scope.$on("$destroy", function () {
|
||||
scope.$on('$destroy', function () {
|
||||
if (interval) {
|
||||
clearInterval(interval);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user