hash token on account creation, not just password reset #2
Annotations
4 errors
ʦ TypeScript:
prisma/seed.ts#L9
Type '{ email: string; password: { create: { hash: string; }; }; }' is not assignable to type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
ʦ TypeScript
Process completed with exit code 2.
|
⚫️ Cypress:
prisma/seed.ts#L9
Type '{ email: string; password: { create: { hash: string; }; }; }' is not assignable to type '(Without<UserCreateInput, UserUncheckedCreateInput> & UserUncheckedCreateInput) | (Without<...> & UserCreateInput)'.
|
⚫️ Cypress
Process completed with exit code 1.
|