mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-16 01:31:19 +10:00
feat: user page & $dropFetch util
This commit is contained in:
@ -36,6 +36,6 @@ const user = useUser();
|
||||
user.value = null;
|
||||
|
||||
// Redirect to signin page after signout
|
||||
await $fetch("/signout");
|
||||
await $dropFetch("/signout");
|
||||
router.push("/signin");
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user