Skip to content
Snippets Groups Projects
Commit 4beb3e57 authored by tamaina's avatar tamaina Committed by syuilo
Browse files

Fix #4734 (#4745)

parent 55f63229
No related branches found
No related tags found
No related merge requests found
......@@ -26,6 +26,7 @@ export class AppRepository extends Repository<App> {
id: app.id,
name: app.name,
callbackUrl: app.callbackUrl,
permission: app.permission,
...(opts.includeSecret ? { secret: app.secret } : {}),
...(me ? {
isAuthorized: await AccessTokens.count({
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment