Merge branch 'workstream-i'
This commit is contained in:
@@ -88,7 +88,7 @@ export const contract = oc.router({
|
||||
response: z.custom<RegistrationResponseJSON>(),
|
||||
}),
|
||||
)
|
||||
.output(z.void()),
|
||||
.output(z.object({ passkeyId: z.number() })),
|
||||
createAuthenticationOptions: oc.output(
|
||||
z.object({
|
||||
challengeId: z.number(),
|
||||
|
||||
@@ -15,6 +15,7 @@ export const userProfileSchema = z.object({
|
||||
emailVerified: z.boolean(),
|
||||
needsSetup: z.boolean(),
|
||||
isSuperuser: z.boolean(),
|
||||
hasPassword: z.boolean(),
|
||||
});
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user