mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
feat: add organisations (#1820)
This commit is contained in:
@@ -83,7 +83,7 @@ export const authenticatedMiddleware = t.middleware(async ({ ctx, next }) => {
|
||||
ctx: {
|
||||
...ctx,
|
||||
user: apiToken.user,
|
||||
teamId: apiToken.teamId || undefined,
|
||||
teamId: apiToken.teamId,
|
||||
session: null,
|
||||
metadata: {
|
||||
...ctx.metadata,
|
||||
|
||||
Reference in New Issue
Block a user