quickest-silver
quickest-silver•16mo ago

broken link to documentation

11 Replies
kapa.ai
kapa.ai•16mo ago
Hi @jaco0670. I'm kapa.ai, your friendly support bot. I will try to answer your question by searching through the knowledge base. :wave:
kapa.ai
kapa.ai•16mo ago
---------------------- I'm sorry, but I cannot access the URL you provided. However, I can still help you with the <AuthPage> component in refine with Ant Design. The <AuthPage> component is used for authentication pages like login, register, forgot password, and update password. Before using it, you need to add an authProvider (https://refine.dev/docs/api-reference/core/providers/auth-provider/) to handle authentication. The <AuthPage> component has variants for login, register, forgotPassword, and updatePassword, which are generated based on the prop passed. For example, to render the login type of the <AuthPage> component at the /login route, you can use the following code:
<Route path="/login" element={<AuthPage type="login" />} />
<Route path="/login" element={<AuthPage type="login" />} />
You can find more information about the <AuthPage> component in the documentation (https://refine.dev/docs/api-reference/antd/components/antd-auth-page/). ---------------------- Note: you can ask me a follow up question by @ mentioning me again :speech_balloon: ----------------------
Auth Provider | refine
Auth provider is an object that contains methods to handle authentication and access control in your app by having refine consume them. These methods expect to return a promise, so they can be used with async methods.
kapa.ai
kapa.ai•16mo ago
<@486442088280358912> kapa.ai is still learning and improving, please let us how it did by reacting below
fascinating-indigo
fascinating-indigo•16mo ago
Hey @jaco0670 Thank you for feedback. Where is this link? Correct link: https://refine.dev/docs/api-reference/antd/components/antd-auth-page/
quickest-silver
quickest-silver•16mo ago
thanks, i found it here
No description
quickest-silver
quickest-silver•16mo ago
my starter project is built with custom auth and Ant design
fascinating-indigo
fascinating-indigo•16mo ago
Thanks for reporting this issue. We got it on our todo list 🚀
quickest-silver
quickest-silver•16mo ago
@yildirayunlu I'm followin the documentation but this "lognlink" is not recognized... (registerLink is ok)
No description
quickest-silver
quickest-silver•16mo ago
i have type="register" but still it is not available. @yildirayunlu I may be missing something, but i followed the <AuthPage> documentation. It renders the default layouts for login, register etc... but i can't make any changes as described in the documentation. For example, changing Logo and title, it does not change anything. .. can you please help?
fascinating-indigo
fascinating-indigo•16mo ago
| refine
component from refine, defines the overall structure and layout of a web page.
fascinating-indigo
fascinating-indigo•16mo ago
In <ThemedLayoutV2>, the title section is rendered using the <ThemedTitleV2> component by default. However, if desired, it's possible to replace the default <ThemedTitleV2> component by passing a custom component to the Title prop.
In <ThemedLayoutV2>, the title section is rendered using the <ThemedTitleV2> component by default. However, if desired, it's possible to replace the default <ThemedTitleV2> component by passing a custom component to the Title prop.