Skip to content

Commit

Permalink
make default prompt empty
Browse files Browse the repository at this point in the history
  • Loading branch information
jcubic committed May 21, 2024
1 parent e0544dc commit 40af902
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/prefix.js
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class WebAdapter {
return false;
}
},
prompt: '',
exceptionHandler(e) {
if (is_iframe) {
window.parent.postMessage({
Expand Down

0 comments on commit 40af902

Please sign in to comment.