1
0
Fork 0
mirror of synced 2024-09-30 00:57:16 +13:00

remove automatic ssoId generation

This commit is contained in:
Martin McKeaveney 2024-03-28 15:46:43 +00:00
parent 267d187e41
commit 32a5ce24ec

View file

@ -86,7 +86,6 @@ export function ssoUser(
oauth2: opts.details?.oauth2,
provider: opts.details?.provider!,
providerType: opts.details?.providerType!,
ssoId: opts.details?.userId || uuid(),
thirdPartyProfile: {
email: base.email,
picture: base.pictureUrl,