Skip to content

Commit

Permalink
reverted deleted line
Browse files Browse the repository at this point in the history
  • Loading branch information
ochanje210 committed Dec 2, 2016
1 parent 2a2cdbb commit 2117369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions shared/components/LoginFacebook.ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ class LoginFacebook extends Component {
FBLoginManager.login((error, data) => {
if (!error) {
this.props.setLoadingLoginAnimating(true);
setLoginType('facebook');
grantFacebookUser(data.credentials.token).then(() => {
this.props.setToken('facebook');
this.props.setLoadingLoginAnimating(false);
Expand Down

0 comments on commit 2117369

Please sign in to comment.