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
This commit is contained in:
Matilda Landström
2026-01-13 09:01:53 +00:00
parent 6a803e2d81
commit 6ae4c7c805

View File

@@ -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 = {