♻️address PR feedback

This commit is contained in:
Fred KISSIE
2025-12-05 01:08:02 +01:00
parent 744305ab39
commit d89f5279bf
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@ export default async function GeneralSettingsPage({
exact: true
}
];
if (build === "saas") {
if (build !== "oss") {
navItems.push({
title: t("authPage"),
href: `/{orgId}/settings/general/auth-page`