mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 07:43:35 +00:00
more promise/utils helper conversions
This commit is contained in:
@@ -41,7 +41,7 @@
|
||||
}
|
||||
|
||||
tokenService.setTokens(response.accessToken, response.refreshToken, function () {
|
||||
cryptoService.setKey(key, function () {
|
||||
cryptoService.setKey(key).then(function () {
|
||||
cryptoService.setKeyHash(hashedPassword, function () {
|
||||
userService.setUserIdAndEmail(tokenService.getUserId(), tokenService.getEmail(),
|
||||
function () {
|
||||
|
||||
Reference in New Issue
Block a user