Skip to content

Commit 07b0ad1

Browse files
authored
fix: Added additional error logging during passport integration with checkout widgets (#1097)
1 parent 6cb8c84 commit 07b0ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/checkout/widgets/src/react/internal/AddPassportOption.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export function AddPassportOption(
3131
if (attempts >= maxAttempts) {
3232
window.clearInterval(timer);
3333
// eslint-disable-next-line no-console
34-
console.error('failed to set the provider');
34+
console.error('failed to set the provider', err);
3535
}
3636
}
3737
};

0 commit comments

Comments
 (0)