mirror of
https://github.com/bitwarden/browser
synced 2026-03-02 11:31:44 +00:00
support user encryption key
This commit is contained in:
@@ -68,7 +68,7 @@ function initFolderService() {
|
||||
var deferred = Q.defer();
|
||||
var self = this;
|
||||
|
||||
cryptoService.getKey(function (key) {
|
||||
cryptoService.getKey().then(function (key) {
|
||||
if (!key) {
|
||||
deferred.reject();
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user