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
rp_st
11/17/2022, 5:11 AM
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.
rp_st
11/17/2022, 5:11 AM
And after you have the reply, enable the click property again