Skip to content

Commit 6439c8c

Browse files
[DSC-2044] Removed "endUserAgreementGuard"
1 parent e7729fb commit 6439c8c

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)