Skip to content

Commit bcbd0a0

Browse files
LauraBeatrisNicolasLopes7
authored andcommitted
feat(clerk-js,types,localizations): Choose enterprise connection on sign-in/sign-up (#6947)
1 parent e6db1e9 commit bcbd0a0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/types/src/factors.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,10 +127,13 @@ export type EnterpriseSSOConfig = EnterpriseSSOFactor & {
127127
/**
128128
* @experimental
129129
*/
130+
<<<<<<< HEAD
130131
emailAddressId?: string;
131132
/**
132133
* @experimental
133134
*/
135+
=======
136+
>>>>>>> a66357e8a (feat(clerk-js,types,localizations): Choose enterprise connection on sign-in/sign-up (#6947))
134137
enterpriseConnectionId?: string;
135138
};
136139

0 commit comments

Comments
 (0)