File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,9 @@ const authSetup = function () {
4747 let returnAppUrl = handleSpecificReturnUrl ( qs [ 'retUrl' ] , 'retUrl' ) ;
4848 let appUrl = qs [ 'appUrl' ] || false ;
4949
50+ console . log ( 'returnAppUrl' , returnAppUrl ) ;
51+ console . log ( 'appUrl' , appUrl ) ;
52+
5053 if ( utmSource &&
5154 ( utmSource != 'undefined' ) &&
5255 ( enterpriseCustomers . indexOf ( utmSource ) > - 1 ) ) {
@@ -316,7 +319,7 @@ const authSetup = function () {
316319 if ( showOnboardingWizard ) {
317320 logger ( 'Take user to onboarding wizard' , showOnboardingWizard ) ;
318321 if ( showOnboardingWizard === 'useRetUrl' ) {
319- logger ( 'Need to persist appUrl' , returnAppUrl )
322+ logger ( 'Need to persist appUrl' , returnAppUrl , appUrl ) ;
320323 setCookie ( 'returnAfterOnboard' , returnAppUrl ) // TODO: use localStorage instead?
321324 }
322325 redirectToOnboardingWizard ( returnAppUrl ) ;
You can’t perform that action at this time.
0 commit comments