mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 10:53:52 +02:00
Lint
This commit is contained in:
@@ -6018,13 +6018,13 @@ speechSynthesis.getVoices();
|
||||
})
|
||||
.then(() => {
|
||||
API.login({
|
||||
username: loginParmas.username,
|
||||
password: loginParmas.password,
|
||||
endpoint: loginParmas.endpoint
|
||||
})
|
||||
.catch(() => {
|
||||
this.loginForm.loading = false;
|
||||
API.logout();
|
||||
username: loginParmas.username,
|
||||
password: loginParmas.password,
|
||||
endpoint: loginParmas.endpoint
|
||||
})
|
||||
.catch(() => {
|
||||
this.loginForm.loading = false;
|
||||
API.logout();
|
||||
})
|
||||
.then(() => {
|
||||
this.loginForm.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user