mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
move sync upon login to vault controller initiated via state params.
This commit is contained in:
@@ -270,7 +270,7 @@ function initApiService() {
|
||||
|
||||
function handleError(errorCallback, jqXHR, textStatus, errorThrown) {
|
||||
if (jqXHR.status === 401 || jqXHR.status === 403) {
|
||||
chrome.runtime.sendMessage(null, { command: 'logout' });
|
||||
chrome.runtime.sendMessage({ command: 'logout' });
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user