Skip to content

Commit 5bcab2d

Browse files
committed
Rollback component changes
1 parent 86c73da commit 5bcab2d

File tree

2 files changed

+0
-37
lines changed

2 files changed

+0
-37
lines changed

packages/clerk-js/src/ui/components/UserVerification/UVFactorOneEnterpriseSSOCard.tsx

Lines changed: 0 additions & 29 deletions
This file was deleted.

packages/clerk-js/src/ui/components/UserVerification/UserVerificationFactorOne.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ import { UserVerificationFactorOnePasswordCard } from './UserVerificationFactorO
1515
import { useUserVerificationSession, withUserVerificationSessionGuard } from './useUserVerificationSession';
1616
import { sortByPrimaryFactor } from './utils';
1717
import { UVFactorOneEmailCodeCard } from './UVFactorOneEmailCodeCard';
18-
import { UVFactorOneEnterpriseSSOCard } from './UVFactorOneEnterpriseSSOCard';
1918
import { UVFactorOnePasskeysCard } from './UVFactorOnePasskeysCard';
2019
import { UVFactorOnePhoneCodeCard } from './UVFactorOnePhoneCodeCard';
2120

@@ -157,13 +156,6 @@ export function UserVerificationFactorOneInternal(): JSX.Element | null {
157156
);
158157
case 'passkey':
159158
return <UVFactorOnePasskeysCard onShowAlternativeMethodsClicked={toggleAllStrategies} />;
160-
case 'enterprise_sso':
161-
return (
162-
<UVFactorOneEnterpriseSSOCard
163-
currentFactor={currentFactor}
164-
availableFactors={availableFactors}
165-
/>
166-
);
167159
default:
168160
return <LoadingCard />;
169161
}

0 commit comments

Comments
 (0)