mirror of
https://github.com/documenso/documenso.git
synced 2025-11-18 10:42:01 +10:00
@ -18,7 +18,6 @@ export const ZUpdateProfileMutationSchema = z.object({
|
||||
|
||||
export const ZUpdatePublicProfileMutationSchema = z.object({
|
||||
profileURL: z.string().min(1),
|
||||
profileBio: z.string().max(256, { message: 'Profile bio must not exceed 256 characters' }),
|
||||
});
|
||||
|
||||
export const ZUpdatePasswordMutationSchema = z.object({
|
||||
|
||||
Reference in New Issue
Block a user