You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`Clerk: Both \`routerPush\` and \`routerReplace\` need to be defined, but \`${missingRouter}\` is not defined. This may cause issues with navigation in your application.`,
@@ -1444,6 +1446,15 @@ export class Clerk implements ClerkInterface {
'<OAuthConsent/> cannot render unless a user is signed in. Since no user is signed in, this is no-op.',
67
+
cannotRenderConfigureSSOComponentWhenDisabled:
68
+
'The <ConfigureSSO/> component cannot be rendered when self-serve SSO is disabled. Visit `https://dashboard.clerk.com` to enable the feature. Since self-serve SSO is disabled, this is no-op.',
0 commit comments