Skip to content

Commit 424c3ac

Browse files
committed
fix(Webauthn): remove duplicated property
1 parent 825c2e4 commit 424c3ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/auth-services/src/auth-server/src/schemas/AuthServiceMintRequestSchema.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ export const tAuthServiceMintRequestSchema = t.Object({
2929
authMethodType: t.String(),
3030
authMethodId: t.String(),
3131
pubkey: t.Optional(t.String()),
32-
pubkey: t.Optional(t.String({ default: '0x' })),
3332
scopes: t.Optional(
3433
t.Array(
3534
t.Union([

0 commit comments

Comments
 (0)