feat(SW-3192): Checks if user exists, otherwise logout and show error * feat(SW-3192): Checks if user exists, otherwise logout and show error
11 lines
331 B
TypeScript
11 lines
331 B
TypeScript
import type { LangRoute } from "@scandic-hotels/common/constants/routes/langRoute"
|
|
|
|
export const userNotFound: LangRoute = {
|
|
en: "/en/error/user-not-found",
|
|
sv: "/sv/error/user-not-found",
|
|
no: "/no/error/user-not-found",
|
|
fi: "/fi/error/user-not-found",
|
|
da: "/da/error/user-not-found",
|
|
de: "/de/error/user-not-found",
|
|
}
|