mirror of
https://github.com/bitwarden/browser
synced 2025-12-22 11:13:46 +00:00
fix callback for setUserIdAndEmail
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user