diff --git a/frontend/src/app/service/user.service.ts b/frontend/src/app/service/user.service.ts index ad2d2c8..e126fc4 100644 --- a/frontend/src/app/service/user.service.ts +++ b/frontend/src/app/service/user.service.ts @@ -23,7 +23,7 @@ export class UserService { this.authService.userSubject.next(updatedUser); } } - + /** * Refreshes the current user's data from the server */