Skip to content

Commit

Permalink
traying again #20
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Mar 13, 2020
1 parent 3477b83 commit b29fae9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ script:
- npm install

after_success:
- sudo apt --assume-yes install docker.io
- sudo systemctl start docker
- sudo systemctl enable docker
- docker login -u $DOCKER_USER -p $DOCKER_PASS
- export REPO=ansvohra/frontend
- docker build -t ansvohra/frontend:latest .
Expand Down
2 changes: 1 addition & 1 deletion src/components/Login.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class Login extends Component {
let passwordError = "";

if (!this.state.password) {
passwordError = "Incorrect Passowrd";
passwordError = "Incorrect Passowrd";
}

if (!this.state.email.includes("@")) {
Expand Down

0 comments on commit b29fae9

Please sign in to comment.