mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 22:09:16 +01:00
Complete migration to Prisma, all tests passing
This commit is contained in:
parent
dc0ec47543
commit
3884763235
18 changed files with 74 additions and 39 deletions
|
|
@ -43,6 +43,7 @@ export default async (req: Request): Promise<Response> => {
|
|||
client_id,
|
||||
secret: client_secret,
|
||||
redirect_uris: redirect_uri,
|
||||
scopes: scope?.replaceAll("+", " "),
|
||||
},
|
||||
scope: scope?.replaceAll("+", " "),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue