Skip to content

Commit

Permalink
164047025-feature-(social auth): User should be able to login with Fa…
Browse files Browse the repository at this point in the history
…cebook,Google and Twitter.

-User should be able to login with Facebook,Google and Twitter
-Test for the feature

[Finishes #164047025]
  • Loading branch information
novak committed Apr 17, 2019
1 parent de6919c commit c21f362
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/Login/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,17 +126,13 @@ export class Login extends Component {
<div className="password">
<label htmlFor="password">Password</label>
<input
// className={formErrors.password.length > 0 ? 'error' : null}
placeholder="Password"
type="password"
name="password"
id="password"
noValidate
onChange={this.handleChange}
/>
{/* {formErrors.password.length > 0 && ( */}
{/* <span className="errorMessage">{formErrors.password}</span> */}
{/* )} */}
</div>
<div className="login">
<button id="submit" type="submit">
Expand Down

0 comments on commit c21f362

Please sign in to comment.