mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-20 23:33:50 +02:00
lint
This commit is contained in:
@@ -392,7 +392,7 @@ speechSynthesis.getVoices();
|
||||
return data;
|
||||
}
|
||||
if ((status === 401) && (data.error.message === '"Missing Credentials"') && ($app.isAutoLogin)) {
|
||||
if (endpoint.substring(0, 10) == 'auth/user?') {
|
||||
if (endpoint.substring(0, 10) === 'auth/user?') {
|
||||
this.$emit('AUTOLOGIN');
|
||||
}
|
||||
throw new Error('401: Missing Credentials');
|
||||
|
||||
Reference in New Issue
Block a user