This commit is contained in:
pypy
2021-01-21 12:52:50 +09:00
parent 40079e9a4d
commit 35652c15e1
+2 -2
View File
@@ -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.'