doto-client
doto-client copied to clipboard
Improve Signout button on hover over profile photo
Once the profile picture is clicked, the signout option comes up. But it does not fade even if we stop hovering over the button or profile pic.
Implement a better way to sign out.
Please assign me this issue, will fix it
sure please go ahead
@ankiiitraj ,
Can you share env file as google auth not working (throwing bad request) REACT_APP_CLIENT_ID = your_google_auth_client_id
required
Here you go 942881642900-ki4j8oue80b74ih772q0ga63fa7g80n8.apps.googleusercontent.com
Use redirect url as http://localhost:3000
@ankiiitraj ,
Not sure, I tried above ID from production too but am getting 400 error:
which port you're running the react app?
:3000
I'll see and get back!
If you are using auth0 please check whether localhost URI has been configured in auth0
seems to be working now. but anyways you will require to set up a local server as well to go through the whole oAuth flow. for that you'll also require app-secret
you can try bypassing the login screen from code itself.