Skip to content

Commit 02d062c

Browse files
Update packages/server/api/src/app/authentication/context/access-token-manager.ts
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
1 parent 7247c10 commit 02d062c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/api/src/app/authentication/context/access-token-manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export const accessTokenManager = {
4242
return jwtUtils.sign({
4343
payload: {
4444
...principal,
45-
token: PrincipalType.MCP,
45+
type: PrincipalType.MCP,
4646
},
4747
key: secret,
4848
expiresInSeconds,

0 commit comments

Comments
 (0)