1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-02 05:05:54 +02:00
This commit is contained in:
mei23
2020-03-28 20:56:17 +09:00
parent 1a6d47a633
commit 695277c9eb

View File

@@ -82,7 +82,7 @@ router.post('/miauth/:session/check', async ctx => {
AccessTokens.update(token.id, {
fetched: true
});
ctx.body = {
ok: true,
token: token.token,