Google hiển thị 3 cửa sổ bật lên ở trên cho người dùng khi họ cố gắng đăng ký bằng google trên trang web của tôi, nhưng nó không hiển thị cùng một cửa sổ bật lên với tôi khi tôi cố gắng đăng ký. Những gì tôi thấy chỉ là thế này -
3 cửa sổ bật lên riêng biệt này đang gây ra sự sụt giảm lớn từ trang web của tôi. Làm cách nào tôi có thể xóa 3 cửa sổ bật lên cho phép khác nhau này?
Chi tiết nút Đăng nhập Google - Sử dụng React Google Đăng nhập
<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
choauth_token
. Nhưng nếu bất cứ ai tìm được cách bỏ qua nhạc pop này, điều đó sẽ rất tuyệt.