mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 00:33:44 +00:00
remove Q library
This commit is contained in:
@@ -909,7 +909,7 @@ var bg_isBackground = true,
|
||||
|
||||
function logout(expired, callback) {
|
||||
bg_userService.getUserId().then(function (userId) {
|
||||
return Q.all([
|
||||
return Promise.all([
|
||||
bg_syncService.setLastSync(new Date(0)),
|
||||
bg_tokenService.clearToken(),
|
||||
bg_cryptoService.clearKeys(),
|
||||
|
||||
Reference in New Issue
Block a user