From 25595c62e0a12b0b7fdbaeee0f32c7d854fd4c91 Mon Sep 17 00:00:00 2001 From: kPherox Date: Sun, 28 Apr 2019 23:56:31 +0900 Subject: [PATCH] Use account doc's full field instead --- src/main/Auth.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/Auth.ts b/src/main/Auth.ts index 82e4baf8..dd21f1ea 100644 --- a/src/main/Auth.ts +++ b/src/main/Auth.ts @@ -115,7 +115,7 @@ export default class Auth { message: "You cannot login already logined account." }) } else { - Client.setAuthClient('http', `@${newDocs.acct}@${newDocs.domain}`, client) + Client.setAuthClient('http', newDocs.full, client) event.sender.send(`login-complete`, newDocs) } })