hi! Is there a way to use username instead of email when sign up? Nestjs Reactjs
t
hi! Is there a way to use username instead of email when sign up? Nestjs Reactjs
r
hey @TheEagleDesert yes there is
you would need to override the email validator functions on the frontend and backend to allow any string
and also change the email label on the frontend using our language translation feature
t
thank you! I'll try it out
2 Views