1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-22 03:03:43 +00:00

fix callback for setUserIdAndEmail

This commit is contained in:
Kyle Spearrin
2017-11-03 15:56:22 -04:00
parent cee9face7f
commit 6d89cc91f7
2 changed files with 2 additions and 9 deletions

View File

@@ -15,7 +15,6 @@ export default class UserService {
constructor(private tokenService: TokenService) {
}
// TODO: fix callbacks
setUserIdAndEmail(userId: string, email: string): Promise<any> {
this.email = email;
this.userId = userId;