Skip to content

Commit

Permalink
fix: make brand logo click go back to welcome screen
Browse files Browse the repository at this point in the history
fixing KEYCLOAK-11680
  • Loading branch information
edewit authored and ssilvert committed Nov 15, 2019
1 parent 9a7c1a9 commit e641485
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e641485

Please sign in to comment.