Use account doc's full field instead

This commit is contained in:
kPherox 2019-04-28 23:56:31 +09:00
parent 3f1faae46a
commit 25595c62e0
No known key found for this signature in database
GPG Key ID: C04751C2BFA2F62D

View File

@ -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)
}
})