From b5671fcdcf67ac80c5d7079134bafbee14a08a90 Mon Sep 17 00:00:00 2001 From: Bheem Date: Thu, 11 Jun 2020 20:07:51 +0530 Subject: [PATCH] issues fix --- src/containers/Auth/components/LoginWithGoogleButton.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/Auth/components/LoginWithGoogleButton.js b/src/containers/Auth/components/LoginWithGoogleButton.js index 0fea0a746..68dbcfee8 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 -- GitLab