mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-07 14:56:06 +02:00
lint
This commit is contained in:
+2
-2
@@ -3730,7 +3730,7 @@ speechSynthesis.getVoices();
|
|||||||
return API.getConfig().catch((err) => {
|
return API.getConfig().catch((err) => {
|
||||||
this.loginForm.loading = false;
|
this.loginForm.loading = false;
|
||||||
throw err;
|
throw err;
|
||||||
}).then((args) => {
|
}).then(() => {
|
||||||
API.login({
|
API.login({
|
||||||
username: loginParmas.username,
|
username: loginParmas.username,
|
||||||
password: loginParmas.password
|
password: loginParmas.password
|
||||||
@@ -3761,7 +3761,7 @@ speechSynthesis.getVoices();
|
|||||||
$app.relogin({
|
$app.relogin({
|
||||||
username: user.loginParmas.username,
|
username: user.loginParmas.username,
|
||||||
password: user.loginParmas.password
|
password: user.loginParmas.password
|
||||||
}).then((args) => {
|
}).then(() => {
|
||||||
new Noty({
|
new Noty({
|
||||||
type: 'success',
|
type: 'success',
|
||||||
text: 'Automatically logged in.'
|
text: 'Automatically logged in.'
|
||||||
|
|||||||
Reference in New Issue
Block a user