Merge pull request #5407 from imrja8/fix-sso-flash

This commit is contained in:
Narciso E. Núñez Arias 2026-09-09 13:15:29 -04:00 committed by GitHub
commit d5328703fa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {