albundy83 commented on PR #38033:
URL: https://github.com/apache/superset/pull/38033#issuecomment-3997461792

   > I just checked locally:
   > 
   > ```
   >   const nextUrl = useMemo(() => {
   >     try {
   >       const params = new URLSearchParams(window.location.search);
   >       return params.get('next') || '';
   >     } catch (_error) {
   >       return '';
   >     }
   >   }, []);
   > ```
   > 
   > works like a charm for me 👍
   
   I also see the triple "/superset" in my navigation bar now, but the login 
works correctly so I never see it :)
   Good catch, thanks a lot for your help (and hawkeye :) )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to