mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
sync org keys and folders
This commit is contained in:
@@ -30,13 +30,7 @@
|
||||
}
|
||||
|
||||
cryptoService.setEncPrivateKey(response.privateKey).then(function () {
|
||||
apiService.getProfile(function (profile) {
|
||||
cryptoService.setOrgKeys(profile.organizations).then(function () {
|
||||
loggedIn(deferred);
|
||||
});
|
||||
}, function () {
|
||||
loggedIn(deferred);
|
||||
});
|
||||
loggedIn(deferred);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user