mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 🚑 Fix errors when logging in with incorrect credentials
This commit is contained in:
parent
a2a2149776
commit
63cbe6bb82
5 changed files with 99 additions and 92 deletions
|
|
@ -125,7 +125,7 @@ const signOut = async () => {
|
|||
tokenData.value.access_token,
|
||||
tokenData.value.access_token,
|
||||
)
|
||||
.catch(() => { });
|
||||
.catch(() => {});
|
||||
|
||||
tokenData.value = null;
|
||||
me.value = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue