mirror of
https://github.com/bitwarden/browser
synced 2025-12-17 08:43:33 +00:00
fix sync and vault listing bugs
This commit is contained in:
@@ -40,7 +40,7 @@ function initUserService() {
|
||||
}
|
||||
|
||||
var decodedToken = this.tokenService.decodeToken(token);
|
||||
var twoFactor = decodedToken.authmethod === "TwoFactor";
|
||||
var twoFactor = decodedToken.authmethod === 'TwoFactor';
|
||||
|
||||
_userProfile = {
|
||||
id: decodedToken.nameid,
|
||||
|
||||
Reference in New Issue
Block a user