We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1954f86 commit f5865daCopy full SHA for f5865da
src/backend/src/routers/auth/get-user-app-token.js
@@ -76,7 +76,7 @@ module.exports = eggspress('/auth/get-user-app-token', {
76
thumbnail: app.icon,
77
parent: await svc_fs.node(appdata_dir_sel),
78
name: app_uid,
79
- user: actor.type.user,
+ actor: actor,
80
});
81
}
82
0 commit comments