diff --git a/apps/dokploy/pages/index.tsx b/apps/dokploy/pages/index.tsx index 3e41abae3..e03830297 100644 --- a/apps/dokploy/pages/index.tsx +++ b/apps/dokploy/pages/index.tsx @@ -498,6 +498,7 @@ export async function getServerSideProps(context: GetServerSidePropsContext) { // Prefetch the public branding so the login/onboarding logo and app name // render correctly on the server (no flash of default branding). await helpers.whitelabeling.getPublic.prefetch(); + await helpers.sso.showSignInWithSSO.prefetch(); if (IS_CLOUD) { try {