Google login brings me to a loading page with a sp...
# support-questions-legacy
c
Google login brings me to a loading page with a spinner upon successful sign in
Is there a way to avoid that?
r
well, the spinner should show only for a few seconds. Do you want to hide the spinner UI? Or whats the problem?
c
I would like for it to be redirected to /home instead of seeing the spinner
r
Right. So the screen in the middle of google and /home is necessary. It’s the screen that actually consumes the code sent by google to log the user in. But you can hide the spinner if you like - checkout the react component override section in advanced customisation in docs.
c
Awesome thanks
4 Views