Skip to content

Commit

Permalink
fix: remove login checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
HollaG committed Nov 14, 2024
1 parent a60dce3 commit bbe07e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion peer-prep/src/pages/Login/LoginPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ export default function LoginOrRegisterPage() {
/>
)} */}
{!loginMode && checks}
<Checkbox label="Keep me logged in" mt="xl" size="md" />

{loginMode ? (
<Button fullWidth mt="xl" size="md" type="submit" variant="filled">
Login
Expand Down

0 comments on commit bbe07e8

Please sign in to comment.