mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
IE fixes and crypto shims
This commit is contained in:
@@ -45,14 +45,16 @@
|
||||
return;
|
||||
}
|
||||
else if (data.errorCode) {
|
||||
$scope.deviceError = true;
|
||||
$scope.$apply();
|
||||
$timeout(function () {
|
||||
$scope.deviceError = true;
|
||||
});
|
||||
console.log('error: ' + data.errorCode);
|
||||
return;
|
||||
}
|
||||
|
||||
$scope.deviceResponse = JSON.stringify(data);
|
||||
$scope.$apply();
|
||||
$timeout(function () {
|
||||
$scope.deviceResponse = JSON.stringify(data);
|
||||
});
|
||||
}, 10);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user