diff --git a/packages/core-components/src/layout/SignInPage/types.ts b/packages/core-components/src/layout/SignInPage/types.ts index a7e1ca62c2..d56a0c54da 100644 --- a/packages/core-components/src/layout/SignInPage/types.ts +++ b/packages/core-components/src/layout/SignInPage/types.ts @@ -35,15 +35,6 @@ export type SignInProviderConfig = { /** @public */ export type IdentityProviders = ('guest' | 'custom' | SignInProviderConfig)[]; -/** - * Invoked when the sign-in process has failed. - */ -export type onSignInFailure = () => void; -/** - * Invoked when the sign-in process has started. - */ -export type onSignInStarted = () => void; - export type ProviderComponent = ComponentType< SignInPageProps & { config: SignInProviderConfig;