diff --git a/src/app/register-page/create-profile/create-profile.component.ts b/src/app/register-page/create-profile/create-profile.component.ts index 093ac73032..715ec5031d 100644 --- a/src/app/register-page/create-profile/create-profile.component.ts +++ b/src/app/register-page/create-profile/create-profile.component.ts @@ -23,7 +23,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s templateUrl: './create-profile.component.html' }) export class CreateProfileComponent implements OnInit { - private registration$: Observable; + registration$: Observable; email: string; token: string;