So, I was able to successfully extend the auth/ema...
# prisma-whats-new
m
So, I was able to successfully extend the auth/email-password template to include a string firstName and string lastName, but now I'm trying to include a userTypeId... this had worked previously, but I can't get it to line up anymore. Anyone have experience with adding relations to the auth/email-passwords template?
in case anyone has a similar issue, it turned out I simply hadn't added the ID param to the
variables
constant right towards the end of the signup.ts file