Skip to content

Commit 4cb832b

Browse files
Simone-Ramundiatarix83
authored andcommitted
Merged in task/main-cris/DSC-2044 (pull request DSpace#2580)
Task/main cris/DSC-2044 Approved-by: Giuseppe Digilio
2 parents 514baa4 + 0554b5e commit 4cb832b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/app/register-page/create-profile/create-profile.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ import {
1717
import {
1818
ActivatedRoute,
1919
Router,
20+
RouterLink,
2021
} from '@angular/router';
2122
import { Store } from '@ngrx/store';
2223
import {
@@ -66,6 +67,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
6667
ReactiveFormsModule,
6768
NgForOf,
6869
AlertComponent,
70+
RouterLink,
6971
],
7072
standalone: true,
7173
})

src/app/register-page/register-page-routes.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
import { Route } from '@angular/router';
22

3-
import { endUserAgreementCookieGuard } from '../core/end-user-agreement/end-user-agreement-cookie.guard';
43
import { ThemedCreateProfileComponent } from './create-profile/themed-create-profile.component';
54
import { ThemedRegisterEmailComponent } from './register-email/themed-register-email.component';
65
import { registrationGuard } from './registration.guard';
@@ -17,7 +16,6 @@ export const ROUTES: Route[] = [
1716
component: ThemedCreateProfileComponent,
1817
canActivate: [
1918
registrationGuard,
20-
endUserAgreementCookieGuard,
2119
],
2220
},
2321
];

0 commit comments

Comments
 (0)