🐛 Fix the authentication bug!

This commit is contained in:
Philipp Stracker 2025-01-08 13:21:46 +01:00
parent 4e7d89fd26
commit 650586ce7c
No known key found for this signature in database

View file

@ -128,8 +128,8 @@ export const useHandleOnboardingButton = ( isSandbox ) => {
'Validating the connection details',
async () => {
await connectViaAuthCode(
authCode,
sharedId,
authCode,
environment
);
}