Hi,
We have setup the Logo and other theme parameters for the universal login and wanted to get this on our ACUL screens. For example I have enabled logo and other theme checkbox for login-id screen but unable to find how to use that in the code.
Auth0 injects that configuration directly into the ACUL context. Because you are using the auth0-acul-samples/react boilerplate, you can access all of these settings by using the useBranding() hook provided by the SDK.
In ACUL, the React SDK parses this context payload and makes it strictly typed and available via React Hooks. The auth0-acul-react package exposes specific hooks for different parts of the context (e.g., useBranding , useClient , useTenant ).