Login with username works now

This commit is contained in:
Aaron Sun
2019-10-20 21:45:24 -04:00
parent adf3da4bb8
commit d2032eef75
6 changed files with 58 additions and 196 deletions

View File

@@ -159,7 +159,7 @@ export class Signup extends Component {
)}
</Button>
{errors.general && (
<Typography color="error">Wrong Email or Password</Typography>
<Typography color="error">Invalid username/email or password</Typography>
)}
</form>
</Grid>