mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-02 21:16:07 +02:00
lint
This commit is contained in:
+1
-1
@@ -392,7 +392,7 @@ speechSynthesis.getVoices();
|
|||||||
return data;
|
return data;
|
||||||
}
|
}
|
||||||
if ((status === 401) && (data.error.message === '"Missing Credentials"') && ($app.isAutoLogin)) {
|
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');
|
this.$emit('AUTOLOGIN');
|
||||||
}
|
}
|
||||||
throw new Error('401: Missing Credentials');
|
throw new Error('401: Missing Credentials');
|
||||||
|
|||||||
Reference in New Issue
Block a user