callbackUrlをappのレスポンスに追加 (#4686)
This commit is contained in:
parent
35c79c2f29
commit
0565454419
@ -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