Skip to content

Commit

Permalink
fixed merge errors
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinFrazier committed Dec 5, 2019
1 parent 590c38f commit 2822bef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions src/authentication/store/Action/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,11 +68,7 @@ export const login = (email, password) => {

const accountData = await response.json()
dispatch({ type: LOGIN, token: accountData.idToken, userId: accountData.localId });
<<<<<<< HEAD
firebase.auth().signInWithEmailAndPassword(email,password)
=======
// console.log(firebase.auth().signInWithEmailAndPassword(email,password))
>>>>>>> origin/displayWorkspace
}
}

Expand Down

0 comments on commit 2822bef

Please sign in to comment.