fix: remove lingering input mask: false

This commit is contained in:
Arvid Norlin
2024-08-26 11:43:33 +02:00
parent 388060086e
commit 417505c23d

View File

@@ -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",