diff --git a/public/app/app.ts b/public/app/app.ts index 22b5c4f72f7..fa289408498 100644 --- a/public/app/app.ts +++ b/public/app/app.ts @@ -393,6 +393,7 @@ function handleRedirectTo(): void { if (queryParams.has('auth_token')) { // URL Login should not be redirected window.sessionStorage.removeItem(RedirectToUrlKey); + return; } if (queryParams.has(redirectToParamKey) && window.location.pathname !== '/') {