diff --git a/src/app/auth/layout.tsx b/src/app/auth/layout.tsx
index 997ca3fb3..2cd8b4876 100644
--- a/src/app/auth/layout.tsx
+++ b/src/app/auth/layout.tsx
@@ -66,18 +66,23 @@ export default async function AuthLayout({ children }: AuthLayoutProps) {
© {new Date().getFullYear()} Fossorial, Inc.
-
-
-
- {process.env.BRANDING_APP_NAME || "Pangolin"}
-
-
+ {build !== "saas" && (
+ <>
+
+
+
+ {process.env.BRANDING_APP_NAME ||
+ "Pangolin"}
+
+
+ >
+ )}
{build === "oss"