sifatul / codies

An open source project to track profiles of developers and show their info in a single page so that recruiters/peer developers do not have to visit many different platform
https://find-profile.vercel.app/
MIT License
15 stars 14 forks source link

Need to show spinner during social login #84

Closed sifatul closed 1 year ago

sifatul commented 1 year ago

when a user login with google or github it goes to the authentication page and then comes back to login/signup page where it takes a bit of time to get authentication information inside components/auth/social.tsx component.

Until data is received inside getSocialRedirectResult need to show a spinner