Disable email on profile update
This commit is contained in:
parent
91a73c8105
commit
bf74fab0d3
1 changed files with 0 additions and 1 deletions
|
@ -601,7 +601,6 @@ const loggedInViewerRouter = createProtectedRouter()
|
|||
input: z.object({
|
||||
username: z.string().optional(),
|
||||
name: z.string().optional(),
|
||||
email: z.string().optional(),
|
||||
bio: z.string().optional(),
|
||||
avatar: z.string().optional(),
|
||||
timeZone: z.string().optional(),
|
||||
|
|
Loading…
Reference in a new issue