This commit is contained in:
tamaina 2021-10-29 01:15:48 +09:00
parent 4f7ae81d5f
commit 7d75a5a0e0
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ if (loginId) {
if (!$i || $i.id !== loginId) {
const account = await getAccountFromId(loginId);
if (account) {
login(account.token, target);
await login(account.token, target);
}
}