Skip to content

Commit

Permalink
fix(logout): prevent element bubbling by providing valid anchor tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Akanksh Saxena committed Dec 21, 2021
1 parent 867343d commit 53b2954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/app/application/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

<li class="site-header__nav__item">
<a
href=""
href="#"
title={{t "page.application.nav.account-logout"}}
uk-icon="sign-out"
{{on "click" this.invalidateSession}}
Expand Down

0 comments on commit 53b2954

Please sign in to comment.