mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 02:24:11 +00:00
70504: fix compile issue
This commit is contained in:
@@ -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>;
|
||||
registration$: Observable<Registration>;
|
||||
|
||||
email: string;
|
||||
token: string;
|
||||
|
Reference in New Issue
Block a user