diff --git a/app.config.js b/app.config.js new file mode 100644 index 00000000..25b4d827 --- /dev/null +++ b/app.config.js @@ -0,0 +1 @@ +export const APP_BASE_URL = process.env.NEXT_PUBLIC_APP_BASE_URL || 'http://localhost:3000' diff --git a/app/ClientLayout.tsx b/app/ClientLayout.tsx index 6afe41fb..e65f7a34 100644 --- a/app/ClientLayout.tsx +++ b/app/ClientLayout.tsx @@ -8,6 +8,7 @@ import { StepProvider } from './credentialForm/form/StepContext' import { usePathname } from 'next/navigation' import background from './Assets/Images/Background.svg' import Providers from './components/signing/Providers' +import AppDidInitializer from './components/AppDidInitializer' export default function ClientLayout({ children @@ -49,6 +50,7 @@ export default function ClientLayout({ : '#F0F4F8' }} > + {children}