feat(slots): add slot machine component with styling and logic #170
3 changed files with 9 additions and 9 deletions
|
@ -21,7 +21,7 @@ export class UserService {
|
|||
}
|
||||
|
||||
// Subscribe to auth service user updates
|
||||
this.authService.userSubject.subscribe(user => {
|
||||
this.authService.userSubject.subscribe((user) => {
|
||||
this.currentUserSubject.next(user);
|
||||
});
|
||||
}
|
||||
|
|
Reference in a new issue