Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update LoginPage to use ra Login component #84

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

fzaninotto
Copy link
Member

This package defined a custom login layout, but since it was released, react-admin made it simpler.

Using react-admin's primitives allors to remove some boilerplate.

@fzaninotto fzaninotto added the WIP label Mar 5, 2025
@@ -35,6 +35,8 @@ import { defaultTheme, Notification } from 'ra-ui-materialui';
* ...
* </Admin>
* );
*
* @deprecated Use the <Login> component from ra-ui-materialui instead
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about the other authentication related pages such as SetPasswordPage and ForgotPasswordPage?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants