Skip to content

Commit

Permalink
Update login.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DannitaZz authored Feb 6, 2022
1 parent 64757a7 commit e1164fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/pages/login.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ export default function SignIn({state, dispatch}) {
name="password"
label="Password"
id="password"
type="password"
/>
<Button
type="submit"
Expand All @@ -99,4 +100,4 @@ export default function SignIn({state, dispatch}) {
<Copyright sx={{ mt: 8, mb: 4 }} />
</Container>
);
}
}

0 comments on commit e1164fd

Please sign in to comment.