Is there a way to disable the Google login button ...
# support-questions-legacy
c
Is there a way to disable the Google login button when it's clicked once so that the user does not click it more than once at a time?
r
hey @chunkygoo. that is possible. On the frontend, you can override the recipe function to get authorisation url and before calling the original implementation, use JS to disable the click property of the button.
And after you have the reply, enable the click property again
c
Which recipe function is it?
r
which SDK and recipe are you using?
c
Email paddword + social login
React
r
getAuthErrorFromURL:function
3 Views