tijl.dev-core/web/views/account.html

9 lines
292 B
HTML
Raw Normal View History

2024-08-22 12:57:38 +02:00
<div>
2024-08-22 18:04:08 +02:00
<div>Account</div>
2024-08-22 12:57:38 +02:00
<div>id: {{.User.Uid}}</div>
<div>username: {{.User.Username}}</div>
<div>email: {{.User.Email}}</div>
<div>full name: {{.User.FullName}}</div>
<a class="btn btn-error" hx-boost="true" href="/settings?redirect=/&logout=true">Logout</a>
</div>