Skip to content

Commit

Permalink
Merge pull request #877 from roflcoopter/feature/press-enter-to-login
Browse files Browse the repository at this point in the history
allow pressing enter to login
  • Loading branch information
roflcoopter authored Jan 2, 2025
2 parents 4d151c8 + d7dea6a commit f60da5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions frontend/src/pages/Login.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const Login = () => {
/>
<Grid size={12}>
<Button
type="submit"
fullWidth
variant="contained"
disabled={
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ const Onboarding = () => {
/>
<Grid size={12}>
<Button
type="submit"
fullWidth
variant="contained"
disabled={
Expand Down

0 comments on commit f60da5c

Please sign in to comment.