Remove external lucide svelte library and fix multiple calls to /user/@me on the profile page

This commit is contained in:
Melon 2023-01-27 15:59:15 +00:00
parent 2611d42e46
commit d270c66fd1
Signed by: melon
GPG Key ID: 6C9D970C50D26A25
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@
import {loginStore, profileStore, type LoginStore, type ProfileData} from "./stores/login";
loginStore.subscribe((value: LoginStore) => {
console.error("Change login", value);
getMe();
});