google-one-tap

Testing Google One Tap - closed and now getting “suppressed-by-user” message

心不动则不痛 提交于 2020-07-23 06:20:33
问题 I am adding the Google One Tap api to a React application. I am correctly getting the one tap login modal showing up. However, I clicked to close the modal, and now am getting the following response, which I see is based on the cool down period for this api: { "g": "display", "h": false, "j": "suppressed_by_user" } Since I am testing the application, is there a way to override this cool down period? Looks like the following: componentDidMount() { const handleCredentialResponse = response => {

Testing Google One Tap - closed and now getting “suppressed-by-user” message

江枫思渺然 提交于 2020-07-23 06:19:37
问题 I am adding the Google One Tap api to a React application. I am correctly getting the one tap login modal showing up. However, I clicked to close the modal, and now am getting the following response, which I see is based on the cool down period for this api: { "g": "display", "h": false, "j": "suppressed_by_user" } Since I am testing the application, is there a way to override this cool down period? Looks like the following: componentDidMount() { const handleCredentialResponse = response => {