Skip to content

Commit e9db6f0

Browse files
chore: iframe docs fix (#2823)
1 parent a6109f5 commit e9db6f0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

websites/docs/src/content/docs/en/collection-flow/iframe.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ window.addEventListener('message', function(event) {
3131
// Add your custom handling logic here
3232
} else if (event.data === 'ballerine.collection-flow.flow-failed') {
3333
// Handle flow failure
34-
console.log('Flow completed successfully');
34+
console.log('Flow failed');
3535
// Add your custom handling logic here
3636
} else if (event.data === 'ballerine.collection-flow.flow-completed') {
3737
// Handle flow completion

0 commit comments

Comments
 (0)