Skip to content

Conversation

amanshawar
Copy link
Collaborator

fix #183

import styled from 'styled-components';

export default styled.h1`
font-size: 20px;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

indentation.

confirmPassword: this.state.confirmPassword,
};
axios.post('/signup', inputs).then(({ data }) => {
axios.post('/signup', 'inputs').then(({ data }) => {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should this be in quotes?

@jema28
Copy link
Contributor

jema28 commented Apr 16, 2019

Can you explain what you're doing here? Why do all things default to server error?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error handling in BE
2 participants