@userfrosting/sprinkle-account
Version:
Account Sprinkle for UserFrosting
97 lines (96 loc) • 2.28 kB
JavaScript
const t = [
{
path: "/account/sign-in",
name: "account.login",
meta: {
guest: {
redirect: { name: "home" }
},
title: "LOGIN",
description: "LOGIN.PAGE"
},
component: () => import("./PageLogin-DltOglSR.js")
},
{
path: "/account/register",
name: "account.register",
meta: {
guest: {
redirect: { name: "home" }
},
title: "REGISTER",
description: "REGISTER.PAGE"
},
component: () => import("./PageRegister-C_d0Pi4L.js")
},
{
path: "/account/forgot-password",
name: "account.forgot-password",
meta: {
guest: {
redirect: { name: "home" }
},
title: "PASSWORD.RESET",
description: "PASSWORD.RESET.PAGE"
},
component: () => import("./PageForgotPassword-Ct0WfO54.js")
},
{
path: "/account/verification",
name: "account.verification",
meta: {
guest: {
redirect: { name: "home" }
},
title: "ACCOUNT.VERIFICATION",
description: "ACCOUNT.VERIFICATION.EXPLAIN"
},
component: () => import("./PageResendVerification-pRbWo8al.js")
},
{
path: "/account/settings",
name: "account.settings",
redirect: { name: "account.settings.profile" },
meta: {
auth: {},
title: "ACCOUNT.SETTINGS",
description: "ACCOUNT.SETTINGS.DESCRIPTION"
},
component: () => import("./PageUserSettings-Dfl9A7jp.js"),
children: [
{
path: "profile",
name: "account.settings.profile",
meta: {
permission: {
slug: "update_account_settings"
}
},
component: () => import("./PageUserSettingsProfile-UC-mg6IH.js")
},
{
path: "password",
name: "account.settings.password",
meta: {
permission: {
slug: "update_account_settings"
}
},
component: () => import("./PageUserSettingsPassword-IxTRb2Da.js")
},
{
path: "email",
name: "account.settings.email",
meta: {
permission: {
slug: "update_account_settings"
}
},
component: () => import("./PageUserSettingsEmail-BK6KucOz.js")
}
]
}
];
export {
t as default
};