feat: handle masked values only based on MFA

This commit is contained in:
Simon Emanuelsson
2024-08-26 10:48:11 +02:00
parent e3b97fcdf9
commit 61b722d9ad
3 changed files with 14 additions and 15 deletions

View File

@@ -1,12 +1,6 @@
import { z } from "zod"
// Query
export const getUserInputSchema = z
.object({
mask: z.boolean().default(true),
})
.default({})
export const staysInput = z
.object({
cursor: z