feat: Add ability to follow and unfollow users

This commit is contained in:
Jesse Wierzbinski 2024-04-29 10:22:44 -10:00
parent 8c68957df8
commit 68e5ede6c6
No known key found for this signature in database
3 changed files with 86 additions and 1 deletions

View file

@ -135,5 +135,6 @@ const signOut = async () => {
tokenData.value = null;
me.value = null;
await navigateTo("/");
};
</script>