File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed
Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -353,6 +353,9 @@ <h1>Continue to Passport Sample Application - Sandbox</h1>
353353 if ( typeof uwb !== 'undefined' && uwb . ExecuteJsMethod ) {
354354 uwb . ExecuteJsMethod ( 'HandleLoginData' , JSON . stringify ( loginData ) ) ;
355355 }
356+ if ( window . vuplex && window . vuplex . postMessage ) {
357+ window . vuplex . postMessage ( 'HandleLoginData:' + JSON . stringify ( loginData ) ) ;
358+ }
356359 }
357360
358361 function handleEmailLogin ( event ) {
@@ -380,6 +383,9 @@ <h1>Continue to Passport Sample Application - Sandbox</h1>
380383 if ( typeof uwb !== 'undefined' && uwb . ExecuteJsMethod ) {
381384 uwb . ExecuteJsMethod ( 'HandleLoginData' , JSON . stringify ( loginData ) ) ;
382385 }
386+ if ( window . vuplex && window . vuplex . postMessage ) {
387+ window . vuplex . postMessage ( 'HandleLoginData:' + JSON . stringify ( loginData ) ) ;
388+ }
383389 }
384390
385391 // Log when page loads
You can’t perform that action at this time.
0 commit comments