From 417505c23dba0a472ab01335c4df4b3d7902c397 Mon Sep 17 00:00:00 2001 From: Arvid Norlin Date: Mon, 26 Aug 2024 11:43:33 +0200 Subject: [PATCH] fix: remove lingering input mask: false --- actions/editProfile.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",