mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
feat: ✨ Add ability to follow and unfollow users
This commit is contained in:
parent
8c68957df8
commit
68e5ede6c6
3 changed files with 86 additions and 1 deletions
|
|
@ -135,5 +135,6 @@ const signOut = async () => {
|
|||
|
||||
tokenData.value = null;
|
||||
me.value = null;
|
||||
await navigateTo("/");
|
||||
};
|
||||
</script>
|
||||
Loading…
Add table
Add a link
Reference in a new issue