AuthPage AntD
Is there a convenient way to only render the autProvider section in the AuthPage (LoginPage) and do not render Email and Password fields?
3 Replies
Hi @gergely_09371. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
----------------------
Hmm, I don't know enough to give you a confident answer yet. The extracts provided do not contain information about rendering only the
authProvider
section in the AuthPage
(LoginPage) and not rendering Email and Password fields.
However, you can customize the AuthPage
component according to your needs. You can use refine-cli
to swizzle the auth pages and customize them. After swizzling, you can edit the files in the src/components/pages/auth
folder to customize the auth pages. For more information, you can refer to the component props section of the <AuthPage/>
documentation → (https://refine.dev/docs/api-reference/core/components/auth-page/#props)
If you need more specific information, I would recommend checking the official documentation (https://refine.dev/docs) for more details.
----------------------
Note: you can ask me a follow up question by @ mentioning me again :speech_balloon:
----------------------<@1148962033853812756> kapa.ai is still learning and improving, please let us know how it did by reacting below
harsh-harlequinOP•15mo ago
Thanks! Can be resolved.