mirror of
https://github.com/bitwarden/browser
synced 2025-12-13 06:43:35 +00:00
support user encryption key
This commit is contained in:
@@ -91,7 +91,7 @@ function initLoginService() {
|
||||
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