mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
Auth: Only apply redirection if the user is signed in (session storage redirection) (#94279)
Fix: do not redirect if the user is not signed in
This commit is contained in:
parent
6344eeac3b
commit
2b320b0f9e
@ -399,7 +399,6 @@ function handleRedirectTo(): void {
|
||||
}
|
||||
|
||||
if (!contextSrv.user.isSignedIn) {
|
||||
locationService.replace('/login');
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user