diff --git a/packages/core-app-api/src/app/AppRouter.tsx b/packages/core-app-api/src/app/AppRouter.tsx index b799983a3b..33de9d479c 100644 --- a/packages/core-app-api/src/app/AppRouter.tsx +++ b/packages/core-app-api/src/app/AppRouter.tsx @@ -72,8 +72,22 @@ function SignInPageWrapper({ const configApi = useApi(configApiRef); const basePath = getBasePath(configApi); + const handleSignInStarted = () => { + // no-op + }; + + const handleSignInFailure = () => { + // no-op + }; + if (!identityApi) { - return ; + return ( + + ); } appIdentityProxy.setTarget(identityApi, {