Force lightmode (#8141)

bugfix/fix-whitelabel-calcom-titles
sean-brydon 2023-04-07 20:17:22 +01:00 committed by GitHub
parent 5ec9c41f7c
commit 313d25d7d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -193,4 +193,6 @@ export const getServerSideProps = async (context: GetServerSidePropsContext) =>
};
};
OnboardingPage.isThemeSupported = false;
export default OnboardingPage;