diff --git a/actions/editProfile.ts b/actions/editProfile.ts index ab05e949c..e948ed9c8 100644 --- a/actions/editProfile.ts +++ b/actions/editProfile.ts @@ -67,7 +67,7 @@ export const editProfile = protectedServerActionProcedure } } - const profile = await serverClient().user.get({ mask: false }) + const profile = await serverClient().user.get() if (!profile || "error" in profile) { console.error( "editProfile profile fetch error",