Closed guruahn closed 4 years ago
maybe there are better solutions but this worked for me
methods: {
async googleSignIn() {
const googleUser = await this.$gAuth.signIn().catch(() => {
return null
})
if (!googleUser) {
return null
}
.....
}
}
@Wickeey Thank you. It seems to be resolved.
Describe the bug shown error, when the google sign-in popup closed
To Reproduce Steps to reproduce the behavior:
Desktop (please complete the following information):
Not always, but sometimes this happens.