mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
fix logout error
This commit is contained in:
@@ -78,7 +78,9 @@ const logout = () => {
|
||||
|
||||
<!-- Authentication -->
|
||||
<form @submit.prevent="logout">
|
||||
<DropdownLink as="button" data-testid="logout_button">
|
||||
<DropdownLink
|
||||
as="button"
|
||||
data-testid="logout_button">
|
||||
Log Out
|
||||
</DropdownLink>
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user