diff --git a/src/containers/Auth/components/LoginWithGoogleButton.js b/src/containers/Auth/components/LoginWithGoogleButton.js index 0fea0a746a9084269fc0e44d8dd5cb4f94ddd71b..68dbcfee8b709fe34a5fec314ed71d8be91d473e 100644 --- a/src/containers/Auth/components/LoginWithGoogleButton.js +++ b/src/containers/Auth/components/LoginWithGoogleButton.js @@ -32,7 +32,7 @@ class LoginWithGoogleButton extends Component { this.stateStr = "koiu7869bvfvyu9KJ678HGtgybO8"; } - doLogin = () => { + doLogin = async () => { this.props.startSocialAuth(); this.props.displaySocialAuthMsg(true); /* @Bheem