Skip to content

Commit

Permalink
🚨 Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
naelob committed Aug 10, 2024
1 parent c61f3b9 commit 52f7133
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/shared/src/authUrl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const constructAuthUrl = async ({ projectId, linkedUserId, providerName,
providerName,
vertical,
returnUrl,
resource: additionalParams.end_user_domain!
resource: additionalParams!.end_user_domain!
})).toString('base64'));
}
// console.log('State : ', JSON.stringify({ projectId, linkedUserId, providerName, vertical, returnUrl }));
Expand Down

0 comments on commit 52f7133

Please sign in to comment.