mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-08 10:34:15 +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'
|
templateUrl: './create-profile.component.html'
|
||||||
})
|
})
|
||||||
export class CreateProfileComponent implements OnInit {
|
export class CreateProfileComponent implements OnInit {
|
||||||
private registration$: Observable<Registration>;
|
registration$: Observable<Registration>;
|
||||||
|
|
||||||
email: string;
|
email: string;
|
||||||
token: string;
|
token: string;
|
||||||
|
Reference in New Issue
Block a user