Skip to content

Commit

Permalink
Merge pull request #227 from aziiee/fix-element-bubbling
Browse files Browse the repository at this point in the history
fix(logout): prevent element bubbling by providing valid anchor tag
  • Loading branch information
Akanksh Saxena authored Dec 21, 2021
2 parents 867343d + 53b2954 commit f2a2912
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 f2a2912

Please sign in to comment.