From 9b06a0942ae8918ab815002bd798431e44f09739 Mon Sep 17 00:00:00 2001 From: DoguhanOzgurAkca Date: Tue, 6 May 2025 16:28:50 +0300 Subject: [PATCH] docs(tutorial): remove unnecessary line --- .../authentication/ant-design/react-router/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/documentation/tutorial/ui-libraries/authentication/ant-design/react-router/index.md b/documentation/tutorial/ui-libraries/authentication/ant-design/react-router/index.md index 6ea8a28141c61..8e3cee3cea442 100644 --- a/documentation/tutorial/ui-libraries/authentication/ant-design/react-router/index.md +++ b/documentation/tutorial/ui-libraries/authentication/ant-design/react-router/index.md @@ -15,8 +15,6 @@ Now our application is ready to use with layouts, views and notifications. Only - Forgot password page with type `forgotPassword` which renders a forgot password form and works with the `useForgotPassword` hook. - Update password page with type `updatePassword` which renders a update password form and works with the `useUpdatePassword` hook. -Now we've refactored our application with Ant Design, we only have one thing left to do: handle notifications. Refine triggers notification in various scenarios, such as when a record is created, updated, or deleted, when there is an error from your data provider or your auth provider. It's important to provide feedback to the user when interacting with the application. - ## Using `` Component Now let's update our `` component to use the `` from `@refinedev/antd` package. This component will provide a consistent look and feel with the rest of the application.