タグ付けされた質問 「google-login」

1
Googleカレンダーの権限をリクエストすると、追加の許可ポップアップが表示されます
ユーザーが私のウェブサイトで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} />
弊社のサイトを使用することにより、あなたは弊社のクッキーポリシーおよびプライバシーポリシーを読み、理解したものとみなされます。
Licensed under cc by-sa 3.0 with attribution required.