Skip to content

Commit

Permalink
Merged in task/main-cris/DSC-2044 (pull request DSpace#2580)
Browse files Browse the repository at this point in the history
Task/main cris/DSC-2044

Approved-by: Giuseppe Digilio
  • Loading branch information
Simone-Ramundi authored and atarix83 committed Nov 28, 2024
2 parents 514baa4 + 0554b5e commit 4cb832b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ import {
import {
ActivatedRoute,
Router,
RouterLink,
} from '@angular/router';
import { Store } from '@ngrx/store';
import {
Expand Down Expand Up @@ -66,6 +67,7 @@ import { NotificationsService } from '../../shared/notifications/notifications.s
ReactiveFormsModule,
NgForOf,
AlertComponent,
RouterLink,
],
standalone: true,
})
Expand Down
2 changes: 0 additions & 2 deletions src/app/register-page/register-page-routes.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { Route } from '@angular/router';

import { endUserAgreementCookieGuard } from '../core/end-user-agreement/end-user-agreement-cookie.guard';
import { ThemedCreateProfileComponent } from './create-profile/themed-create-profile.component';
import { ThemedRegisterEmailComponent } from './register-email/themed-register-email.component';
import { registrationGuard } from './registration.guard';
Expand All @@ -17,7 +16,6 @@ export const ROUTES: Route[] = [
component: ThemedCreateProfileComponent,
canActivate: [
registrationGuard,
endUserAgreementCookieGuard,
],
},
];

0 comments on commit 4cb832b

Please sign in to comment.