fix: remove lingering input mask: false
This commit is contained in:
@@ -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) {
|
if (!profile || "error" in profile) {
|
||||||
console.error(
|
console.error(
|
||||||
"editProfile profile fetch error",
|
"editProfile profile fetch error",
|
||||||
|
|||||||
Reference in New Issue
Block a user