import { LoginForm, SignupForm, VerifyEmailForm, ForgotPasswordForm, ResetPasswordForm, } from 'wasp/client/auth'
Module '"wasp/client/auth"' has no exported member 'ForgotPasswordForm'.ts(2305) Error (TS2305) | Module has no exported member ForgotPasswordForm . import ForgotPasswordForm
Module '"wasp/client/auth"' has no exported member 'ForgotPasswordForm'.ts(2305) Error (TS2305) | Module has no exported member ForgotPasswordForm . import ForgotPasswordForm
Module '"wasp/client/auth"' has no exported member 'ResetPasswordForm'.ts(2305) Error (TS2305) | Module has no exported member ResetPasswordForm . import ResetPasswordForm
Wasp supports e-mail authentication out of the box, along with email verification and "forgot your password?" flows. It provides you with the server-side implementation and email templates for all of these flows.
Recent Announcements
Continue the conversation
Join the Discord to ask follow-up questions and connect with the community
W
Wasp
Rails-like framework for React, Node.js and Prisma. Build your app in a day and deploy it with a single CLI command.