Disable email on profile update

pull/1555/head
Bailey Pumfleet 2022-02-02 12:15:23 +00:00 committed by GitHub
parent 91a73c8105
commit bf74fab0d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -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(),