refactor: remove unused function
This commit is contained in:
parent
0321eb64e1
commit
3391a5ab7d
1 changed files with 0 additions and 5 deletions
|
|
@ -11,11 +11,6 @@
|
|||
page = "auth";
|
||||
}
|
||||
|
||||
function logout() {
|
||||
pb.authStore.clear();
|
||||
page = "auth";
|
||||
}
|
||||
|
||||
$effect(() => {
|
||||
const user = getUser();
|
||||
$inspect(user);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue