mirror of
https://iceshrimp.dev/iceshrimp/iceshrimp
synced 2025-01-19 03:52:52 +09:00
do more change
This commit is contained in:
parent
ecc0397dd3
commit
10f5d49fc6
@ -163,7 +163,7 @@ mastoRouter.post("/oauth/token", async (ctx) => {
|
||||
const atData = await client.fetchAccessToken(
|
||||
null,
|
||||
body.client_secret,
|
||||
m[0],
|
||||
m ? m[0] : null,
|
||||
);
|
||||
ctx.body = {
|
||||
access_token: atData.accessToken,
|
||||
|
Loading…
Reference in New Issue
Block a user