fix: make brand logo click go back to welcome screen
fixing KEYCLOAK-11680
This commit is contained in:
parent
9a7c1a91a5
commit
e6414856b4
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
<span class="icon-bar"></span>
|
||||
<span class="icon-bar"></span>
|
||||
</button>
|
||||
<a class="navbar-brand" href="#/"></a>
|
||||
<a class="navbar-brand" href="#" onclick="location.href = authUrl"></a>
|
||||
</div>
|
||||
|
||||
<div class="collapse navbar-collapse" collapse="navCollapsed">
|
||||
|
|
Loading…
Reference in a new issue