@stytch/react 20.0.0-next.4 → 20.0.0-next.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2693,7 +2693,7 @@ const OAuthB2BButton = ({ providerType, loginRedirectUrl, signupRedirectUrl, dis
2693
2693
  const [state] = shadcn.useGlobalReducer();
2694
2694
  const presentation = shadcn.usePresentation();
2695
2695
  const iconRegistry = presentation.iconRegistry;
2696
- const id = shadcn.getButtonId(`sso-${providerType}`, presentation.options);
2696
+ const id = shadcn.getButtonId(`oauth-${providerType}`, presentation.options);
2697
2697
  const provider = providerInfo[providerType];
2698
2698
  let label = providerType;
2699
2699
  let icon = null;