function App() { // Use a different image from your app logo in the SignIn component return ( <CDPReactProvider config={config} theme={themeOverrides}> <SignIn> <SignInBackButton /> <SignInImage src="https://example.com/image.png" alt="Example Image" /> <SignInTitle /> <SignInDescription /> <SignInForm /> <SignInFooter /> </SignIn> </CDPReactProvider> );}
Was this page helpful?
⌘I
Assistant
Responses are generated using AI and may contain mistakes.