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