mirror of
https://github.com/documenso/documenso.git
synced 2025-11-19 19:21:39 +10:00
fix: wip
This commit is contained in:
@ -83,7 +83,19 @@ export const authenticatedMiddleware = t.middleware(async ({ ctx, next }) => {
|
||||
ctx: {
|
||||
...ctx,
|
||||
user: apiToken.user,
|
||||
teamId: apiToken.teamId || undefined,
|
||||
teamId: apiToken.teamId || 11111111111111, // TODO: @@@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
// @@@@@@@@@@@@@@
|
||||
session: null,
|
||||
metadata: {
|
||||
...ctx.metadata,
|
||||
|
||||
Reference in New Issue
Block a user