Google은 사용자가 내 웹 사이트에서 Google을 사용하여 가입하려고 할 때 위의 3 가지 팝업을 사용자에게 표시하지만 가입하려고 할 때 동일한 팝업이 표시되지 않습니다. 내가 보는 것은 이것입니다-
이 3 개의 별도 팝업으로 인해 내 웹 사이트에서 큰 차이가 발생합니다. 이 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
. 그러나 누군가이 팝을 건너 뛸 수있는 방법을 찾으면 좋을 것입니다.