mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 20:23:49 +01: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