hi again ^^' ! Can i remove the password field for...
# support-questions
n
hi again ^^' ! Can i remove the password field for only sign up form ?
r
Hey @Nathan
n
Hey
r
It is possible.
n
😮
Here we make a custom sign up form which hides that field by setting its display CSS to none
And then using this custom sign up form to override the default one (see how the linked component is being used in app.js file)
n
But its the same with NextJS ?
r
Yea. It should be the same
It’s all just react and JS on the frontend anyway
n
yes, its true
but i dont have App.js with Next
r
That stuff goes in supertokens.init.
The frontend supertokens init call
I would suggest you see the above component first and how it’s used.
n
I can't do it with TS..
r
The code above works for js too. Just remove the types from everywhere.
n
but i use typescript
r
oh right. What TS error are you getting?