feat(slots): add slot machine component with styling and logic #170
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export class UserService {
|
||||||
this.authService.userSubject.next(updatedUser);
|
this.authService.userSubject.next(updatedUser);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Refreshes the current user's data from the server
|
* Refreshes the current user's data from the server
|
||||||
*/
|
*/
|
||||||
|
|
Reference in a new issue