diff --git a/projects/gameboard-ui/src/app/users/components/profile-editor/profile-editor.component.ts b/projects/gameboard-ui/src/app/users/components/profile-editor/profile-editor.component.ts index 79a4ac2f..7eab1d02 100644 --- a/projects/gameboard-ui/src/app/users/components/profile-editor/profile-editor.component.ts +++ b/projects/gameboard-ui/src/app/users/components/profile-editor/profile-editor.component.ts @@ -14,6 +14,7 @@ import { UnsubscriberService } from '@/services/unsubscriber.service'; selector: 'app-profile-editor', templateUrl: './profile-editor.component.html', styleUrls: ['./profile-editor.component.scss'], + providers: [UnsubscriberService] }) export class ProfileEditorComponent { currentUser$: Observable;