1
0
Fork 0
forked from 2sys/phonograph
phonograph/phono-server/templates/includes/toolbar_user.html

13 lines
369 B
HTML
Raw Normal View History

2026-01-19 18:48:14 +00:00
<basic-dropdown alignment="right">
<span slot="button-contents" aria-label="Account menu" title="Account menu">
<i aria-hidden="true" class="ti ti-user"></i>
</span>
<menu class="basic-dropdown__menu" slot="popover">
<li>
<a href="{{ settings.root_path }}/auth/logout" role="button">
Log out
</a>
</li>
</menu>
</basic-dropdown>