Refactoring: remove slot name; fix logout button

This commit is contained in:
Pieter Vander Vennet 2023-12-04 16:09:30 +01:00
parent 2156c42390
commit baf858bc21
5 changed files with 15 additions and 3 deletions

View file

@ -9,7 +9,7 @@
<button
on:click={() => {
state.osmConnection.LogOut()
osmConnection.LogOut()
}}
>
<Logout class="h-6 w-6" />