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