1
0
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:
Kyle Spearrin
2017-04-24 11:08:32 -04:00
parent 0ea89bf9da
commit 17b6061f40
4 changed files with 73 additions and 24 deletions

View File

@@ -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);
});
});
});