File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 24
1+ 22
Original file line number Diff line number Diff line change @@ -48,22 +48,14 @@ if (searchParams.get('middleware') === 'true') {
4848 ] ;
4949}
5050
51-
5251( async ( ) => {
5352 const journeyClient = await journey ( { config : config , requestMiddleware } ) ;
5453
5554 const errorEl = document . getElementById ( 'error' ) as HTMLDivElement ;
5655 const formEl = document . getElementById ( 'form' ) as HTMLFormElement ;
5756 const journeyEl = document . getElementById ( 'journey' ) as HTMLDivElement ;
5857
59- < < < << << HEAD
60- let step = await journeyClient . start ( {
61- journey : searchParams . get ( 'journey' ) || '' ,
62- query : { noSession : searchParams . get ( 'no-session' ) || 'false' } ,
63- } ) ;
64- === = ===
6558 let step = await journeyClient . start ( { journey : tree } ) ;
66- >>> > >>> f200156aa ( chore : setup - tests - normalize - config )
6759
6860 function renderComplete ( ) {
6961 if ( step ?. type !== 'LoginSuccess' ) {
You can’t perform that action at this time.
0 commit comments