mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 22:46:06 +02:00
logout bugged temp fix
This commit is contained in:
+6
-5
@@ -997,11 +997,12 @@ speechSynthesis.getVoices();
|
|||||||
});
|
});
|
||||||
|
|
||||||
API.logout = function () {
|
API.logout = function () {
|
||||||
return this.call('logout', {
|
this.$emit('LOGOUT');
|
||||||
method: 'PUT'
|
// return this.call('logout', {
|
||||||
}).finally(() => {
|
// method: 'PUT'
|
||||||
this.$emit('LOGOUT');
|
// }).finally(() => {
|
||||||
});
|
// this.$emit('LOGOUT');
|
||||||
|
// });
|
||||||
};
|
};
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|||||||
Reference in New Issue
Block a user