Skip to content

Commit c64c8c8

Browse files
Mattia VianelliMattia Vianelli
authored andcommitted
DSC-2458 Removed already existing path
1 parent c946e29 commit c64c8c8

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

src/app/info/info-routes.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ import {
1818
END_USER_AGREEMENT_PATH,
1919
FEEDBACK_PATH,
2020
PRIVACY_PATH,
21-
PRIVACY_POLICY,
2221
} from './info-routing-paths';
2322
import { NotifyInfoComponent } from './notify-info/notify-info.component';
2423
import { ThemedPrivacyComponent } from './privacy/themed-privacy.component';
@@ -75,5 +74,5 @@ export const ROUTES: Routes = [
7574
breadcrumbKey: 'info.coar-notify-support',
7675
},
7776
} : undefined,
78-
cmsInfoRoute(PRIVACY_POLICY, 'cris'),
77+
cmsInfoRoute(PRIVACY_PATH, 'cris'),
7978
].filter((route: Route) => hasValue(route));

src/app/info/info-routing-paths.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ export const PRIVACY_PATH = 'privacy';
55
export const FEEDBACK_PATH = 'feedback';
66
export const COAR_NOTIFY_SUPPORT = 'coar-notify-support';
77
export const ACCESSIBILITY_SETTINGS_PATH = 'accessibility';
8-
export const PRIVACY_POLICY = 'privacy';
98

109
export function getEndUserAgreementPath() {
1110
return getSubPath(END_USER_AGREEMENT_PATH);

0 commit comments

Comments
 (0)