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:
@@ -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