From 6ae4c7c8050b0d9f0b45b662d3cff26fbea1eff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matilda=20Landstr=C3=B6m?= Date: Tue, 13 Jan 2026 09:01:53 +0000 Subject: [PATCH] Merged in feat/LOY-521-consent-urls (pull request #3424) feat(LOY-521): update profiling consent routes * feat(LOY-521):update consent routes Approved-by: Linus Flood --- packages/common/constants/routes/myPages.ts | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/packages/common/constants/routes/myPages.ts b/packages/common/constants/routes/myPages.ts index 30c416863..59c3dc968 100644 --- a/packages/common/constants/routes/myPages.ts +++ b/packages/common/constants/routes/myPages.ts @@ -31,7 +31,6 @@ export const overview: LangRoute = { sv: `${myPages.sv}/oversikt`, } -/** TODO: Update to relevant paths */ export const profile: LangRoute = { da: `${myPages.da}/profil`, de: `${myPages.de}/profil`, @@ -51,12 +50,12 @@ export const profileEdit: LangRoute = { } export const profileConsent: LangRoute = { - da: `${profile.da}/consent`, - de: `${profile.de}/consent`, + da: `${profile.da}/samtykke`, + de: `${profile.de}/einwilligung`, en: `${profile.en}/consent`, - fi: `${profile.fi}/consent`, - no: `${profile.no}/consent`, - sv: `${profile.sv}/consent`, + fi: `${profile.fi}/suostumus`, + no: `${profile.no}/samtykke`, + sv: `${profile.sv}/samtycke`, } export const points: LangRoute = {