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`,
|
||||
}
|
||||
|
||||
/** 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 = {
|
||||
|
||||
Reference in New Issue
Block a user