Compare commits
No commits in common. "7cf2ffce2d2b7905388169a9c38462337699b5e5" and "6529907a139edd8450e699a8ea9befae622137f7" have entirely different histories.
7cf2ffce2d
...
6529907a13
@ -6,7 +6,6 @@
|
||||
|
||||
import store from "../store";
|
||||
import NoComponentLoaded from "./NoComponentLoaded.svelte";
|
||||
import { AuthService, OpenAPI } from "@odit/lfk-client-js";
|
||||
|
||||
let activePage = "dashboard";
|
||||
let dropdown1 = false;
|
||||
@ -274,7 +273,6 @@
|
||||
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();
|
||||
logout();
|
||||
}}>
|
||||
<svg
|
||||
|
Loading…
x
Reference in New Issue
Block a user