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

[SignInPage] Make rememberMe optional, add form slotProp #4574

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

bharatkashyap
Copy link
Member

@bharatkashyap bharatkashyap commented Dec 30, 2024

Breaking Change

  • The "Remember Me" checkbox will not be included by default in the SignInPage component. If required,
import { SignInPage, Remember } from "@toolpad/core/SignInPage";
// ...
<SignInPage
   slots={{rememberMe: Remember}}
   // ...
  />

@mui-bot
Copy link

mui-bot commented Dec 30, 2024

Netlify deploy preview

https://deploy-preview-4574--mui-toolpad-docs.netlify.app/

Generated by 🚫 dangerJS against bf0042f

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

Successfully merging this pull request may close these issues.

Provide an option for SignInPage to skip the stack with "Remember Me" and "Forgot Password"
2 participants