Skip to content

Commit f1095e6

Browse files
fix(auth-ui): db auth ext error parsing
code is obsolete, it fails the parsing when not present
1 parent a249826 commit f1095e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/app/actions/auth.ts

-1
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ const dbAuthError = z.object({
155155
error: z.object({
156156
type: z.string(),
157157
message: z.string(),
158-
code: z.number(),
159158
}),
160159
});
161160

0 commit comments

Comments
 (0)