How can i change LoginForm to username & password? #5092
Answered
by
alicanerdurmaz
Michael-indochat
asked this question in
Q&A
-
I'm utilizing an authentication library called AuthPage, which by default employs email and password as the login fields. My project, however, only needs userName (no validation required) and password for login. I've attempted to directly modify the LoginPage within node_modules, but this appears to be unfeasible. Are there alternative solutions to this? Is creating a custom LoginForm the way to go?
|
Beta Was this translation helpful? Give feedback.
Answered by
alicanerdurmaz
Oct 11, 2023
Replies: 1 comment
-
Hello @Michael-indochat You can swizzle |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
BatuhanW
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello @Michael-indochat
You can swizzle
<AuthPage />
component and easily customize according to your needs.