mirror of
https://iceshrimp.dev/crimekillz/trashposs
synced 2024-11-22 17:03:49 +01:00
callbackUrlをappのレスポンスに追加 (#4686)
This commit is contained in:
parent
6e149dbd21
commit
ce6377774d
@ -25,6 +25,7 @@ export class AppRepository extends Repository<App> {
|
||||
return {
|
||||
id: app.id,
|
||||
name: app.name,
|
||||
callbackUrl: app.callbackUrl,
|
||||
...(opts.includeSecret ? { secret: app.secret } : {}),
|
||||
...(me ? {
|
||||
isAuthorized: await AccessTokens.count({
|
||||
|
Loading…
Reference in New Issue
Block a user