feat: update ui

Signed-off-by: Adithya Krishna <adithya@documenso.com>
This commit is contained in:
Adithya Krishna
2024-02-24 22:38:53 +05:30
parent 7e9efe9139
commit 90b9b58afe
22 changed files with 446 additions and 237 deletions

View File

@ -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({