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

Simplify individual signup to email pass #392

Open
wants to merge 11 commits into
base: main
Choose a base branch
from
Open
3 changes: 1 addition & 2 deletions client/src/components/Modals/SignInModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,6 @@ const SignInModal = React.forwardRef<HTMLDivElement, SignInModalProps>(
Welcome Back!
</Typography>
</Grid>
<Grid item xs={12}></Grid>
<Divider
variant="middle"
sx={{ marginLeft: 3, borderBottomWidth: 1, borderColor: '#000000' }}
Expand Down Expand Up @@ -205,7 +204,7 @@ const SignInModal = React.forwardRef<HTMLDivElement, SignInModalProps>(
fullWidth
type="submit"
>
Login
Sign In
</Button>
{/* Placeholder for loading - waiting on UI/UX response as to what they want. */}
</Grid>
Expand Down
Loading
Loading