From 7cf2ffce2d2b7905388169a9c38462337699b5e5 Mon Sep 17 00:00:00 2001 From: Philipp Dormann Date: Sat, 9 Jan 2021 18:39:13 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix=20malfuntion=20in=20logout?= =?UTF-8?q?=20logic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Dashboard.svelte | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dashboard.svelte b/src/components/Dashboard.svelte index 2174845c..0e2b5cc0 100644 --- a/src/components/Dashboard.svelte +++ b/src/components/Dashboard.svelte @@ -274,7 +274,7 @@ tabindex="0" class="flex items-center px-4 py-3 transition cursor-pointer group hover:bg-gray-100 hover:text-gray-900" on:click={() => { - AuthService.authControllerLogout({ token: OpenAPI.TOKEN }); + AuthService.authControllerLogout(); logout(); }}>