1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

Fix getting started checklist links

This commit is contained in:
Andrew Kingston 2023-07-18 16:14:59 +01:00
parent a2238911fa
commit cd8414e6a1

View file

@ -507,17 +507,17 @@ export async function configChecklist(ctx: Ctx) {
smtp: {
checked: !!smtpConfig,
label: "Set up email",
link: "/builder/portal/manage/email",
link: "/builder/portal/settings/email",
},
adminUser: {
checked: userExists,
label: "Create your first user",
link: "/builder/portal/manage/users",
link: "/builder/portal/users/users",
},
sso: {
checked: !!googleConfig || !!oidcConfig,
label: "Set up single sign-on",
link: "/builder/portal/manage/auth",
link: "/builder/portal/settings/auth",
},
}
}