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:
@@ -31,7 +31,6 @@ export const overview: LangRoute = {
|
|||||||
sv: `${myPages.sv}/oversikt`,
|
sv: `${myPages.sv}/oversikt`,
|
||||||
}
|
}
|
||||||
|
|
||||||
/** TODO: Update to relevant paths */
|
|
||||||
export const profile: LangRoute = {
|
export const profile: LangRoute = {
|
||||||
da: `${myPages.da}/profil`,
|
da: `${myPages.da}/profil`,
|
||||||
de: `${myPages.de}/profil`,
|
de: `${myPages.de}/profil`,
|
||||||
@@ -51,12 +50,12 @@ export const profileEdit: LangRoute = {
|
|||||||
}
|
}
|
||||||
|
|
||||||
export const profileConsent: LangRoute = {
|
export const profileConsent: LangRoute = {
|
||||||
da: `${profile.da}/consent`,
|
da: `${profile.da}/samtykke`,
|
||||||
de: `${profile.de}/consent`,
|
de: `${profile.de}/einwilligung`,
|
||||||
en: `${profile.en}/consent`,
|
en: `${profile.en}/consent`,
|
||||||
fi: `${profile.fi}/consent`,
|
fi: `${profile.fi}/suostumus`,
|
||||||
no: `${profile.no}/consent`,
|
no: `${profile.no}/samtykke`,
|
||||||
sv: `${profile.sv}/consent`,
|
sv: `${profile.sv}/samtycke`,
|
||||||
}
|
}
|
||||||
|
|
||||||
export const points: LangRoute = {
|
export const points: LangRoute = {
|
||||||
|
|||||||
Reference in New Issue
Block a user