doto-client icon indicating copy to clipboard operation
doto-client copied to clipboard

Improve Signout button on hover over profile photo

Open ankiiitraj opened this issue 2 years ago • 10 comments

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.

ankiiitraj avatar Oct 12 '22 18:10 ankiiitraj

Please assign me this issue, will fix it

jsvigneshkanna avatar Oct 12 '22 19:10 jsvigneshkanna

sure please go ahead

ankiiitraj avatar Oct 12 '22 19:10 ankiiitraj

@ankiiitraj ,

Can you share env file as google auth not working (throwing bad request) REACT_APP_CLIENT_ID = your_google_auth_client_id

required

jsvigneshkanna avatar Oct 13 '22 16:10 jsvigneshkanna

Here you go 942881642900-ki4j8oue80b74ih772q0ga63fa7g80n8.apps.googleusercontent.com Use redirect url as http://localhost:3000

ankiiitraj avatar Oct 13 '22 16:10 ankiiitraj

@ankiiitraj ,

Not sure, I tried above ID from production too but am getting 400 error:

image

jsvigneshkanna avatar Oct 13 '22 16:10 jsvigneshkanna

which port you're running the react app?

ankiiitraj avatar Oct 13 '22 16:10 ankiiitraj

:3000

jsvigneshkanna avatar Oct 13 '22 16:10 jsvigneshkanna

I'll see and get back!

ankiiitraj avatar Oct 13 '22 16:10 ankiiitraj

If you are using auth0 please check whether localhost URI has been configured in auth0

jsvigneshkanna avatar Oct 13 '22 16:10 jsvigneshkanna

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.

ankiiitraj avatar Oct 13 '22 17:10 ankiiitraj