mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat: enhance organization invitation UI and add organization details
This commit is contained in:
@@ -144,6 +144,9 @@ export const userRouter = createTRPCRouter({
|
||||
gt(invitation.expiresAt, new Date()),
|
||||
eq(invitation.status, "pending"),
|
||||
),
|
||||
with: {
|
||||
organization: true,
|
||||
},
|
||||
});
|
||||
}),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user