Skip to content

Commit

Permalink
[SignInPage] Fix missing "Remember Me" state from formData (#4404)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Nov 12, 2024
1 parent 41fadd9 commit 8d042ab
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion packages/toolpad-core/src/SignInPage/SignInPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ function SignInPage(props: SignInPageProps) {
spacing={1}
>
<FormControlLabel
control={<Checkbox value="remember" color="primary" />}
control={<Checkbox name="remember" value="true" color="primary" />}
label="Remember me"
slotProps={{ typography: { color: 'textSecondary' } }}
/>
Expand Down
12 changes: 6 additions & 6 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 8d042ab

Please sign in to comment.