mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-07-24 15:25:23 +02:00
feat: enhance organization invitation UI and add organization details
This commit is contained in:
@@ -140,7 +140,12 @@ export const apiRemoveUser = createSchema
|
||||
})
|
||||
.required();
|
||||
|
||||
export const apiFindOneToken = createSchema.pick({}).required();
|
||||
export const apiFindOneToken = createSchema
|
||||
.pick({})
|
||||
.required()
|
||||
.extend({
|
||||
token: z.string().min(1),
|
||||
});
|
||||
|
||||
export const apiAssignPermissions = createSchema
|
||||
.pick({
|
||||
|
||||
Reference in New Issue
Block a user