mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 11:39:16 +01:00
fix: 🐛 Fix application name always showing up as "Soapbox" when signing in
This commit is contained in:
parent
4ae54b3af9
commit
d6f61cfd44
3 changed files with 2 additions and 15 deletions
|
|
@ -98,7 +98,6 @@ const signIn = async () => {
|
|||
} else {
|
||||
window.location.href = url;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
const signOut = async () => {
|
||||
|
|
@ -116,7 +115,7 @@ const signOut = async () => {
|
|||
tokenData.value.access_token,
|
||||
tokenData.value.access_token,
|
||||
)
|
||||
.catch(() => { });
|
||||
.catch(() => {});
|
||||
|
||||
tokenData.value = null;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue