ユーザーが私のウェブサイトでgoogleを使用してサインアップしようとすると、Googleは上記の3つのポップアップをユーザーに表示しますが、サインアップしようとすると同じポップアップが表示されません。私が見るのはこれだけです-
これらの3つの個別のポップアップが、私のWebサイトからの大幅な離脱を引き起こしています。これらの3つの異なる権限ポップアップを削除するにはどうすればよいですか?
Googleログインボタンの詳細-React Googleログインの使用
<div className="manager-signup-container">
<div className="content">Join Peoplebox as a Manager to have productive 1:1s that drive actions.</div>
<GoogleLogin
className={`google-btn-${this.state.loginbtnStatus}`}
clientId={GOOGLE_CLIENT_ID}
buttonText="Sign up with Google"
onSuccess={(response) => this.responseOauth(response, "google")}
onFailure={this.responseGoogleFail}
responseType="code"
scope="profile email https://www.googleapis.com/auth/calendar.events https://www.googleapis.com/auth/calendar.readonly"
accessType="offline"
prompt="consent"
disabled={this.state.loginDisabled}
/>
code
ていauth_token
ます。しかし、誰かがこのポップをスキップする方法を見つけたら、それは素晴らしいことです。