hey everyone, maybe I missed it in the docs, but i...
# support-questions
a
hey everyone, maybe I missed it in the docs, but is there an sdk exposure to editing the front end interfaces for the signup/login/verify email/reset password pages?
r
Hey!
You can override some of the react components in those pages (see the advanced customisation -> react override section)
Or, you can disable the default UI for those specific pages entirely and build your own in there. To do this, you can checkout the init config params. The sub configs should have a “disableDefaultUI” config. Once disabled, you can make your own page on those routes
a
hey thanks for the quick response. I may be blind but i dont' see the react override section in the advanced customization menu >.< do you mind sending me a link to it and some examples if possible?
a
perfect, appreciate it.
3 Views