mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
fix: sign in link should have target self to trigger full page reload, fixes #11626
This commit is contained in:
parent
1594ceeb6f
commit
e81330abf0
@ -37,7 +37,7 @@
|
||||
<i class="fa fa-fw fa-sign-in"></i>
|
||||
</span>
|
||||
</a>
|
||||
<a href="{{ctrl.loginUrl}}">
|
||||
<a href="{{ctrl.loginUrl}}" target="_self">
|
||||
<ul class="dropdown-menu dropdown-menu--sidemenu" role="menu">
|
||||
<li class="side-menu-header">
|
||||
<span class="sidemenu-item-text">Sign In</span>
|
||||
|
Loading…
Reference in New Issue
Block a user