WaspW
Wasp13mo ago
cmcglynn

How can I edit the Auth login/logout screens?

Sorry if this has been asked already, I tried searching but no luck.
I am trying to edit the login/logout inputs, text, and styles but it looks like it is being imported like so:
import { LoginForm } from "wasp/client/auth";


since everything is being imported from wasp client how do we have control over the styling and updating any of the text? Its my understanding that is is build directory and probably shouldn't be edited.
Was this page helpful?