imjoy-team / imjoy-cloud-annotation

Client for connecting to the ImJoy AI Engine for collaborative annotation in the cloud.
https://imjoy-team.github.io/imjoy-cloud-annotation/
MIT License
1 stars 2 forks source link

fix getUser() for first time login #12

Closed hnguyentt closed 3 years ago

hnguyentt commented 3 years ago

auth0.getUser() alone can't get the user at first time login so Dataset ID and Dataset Directory fields are invisible for admins with their first-time login attempt. Reproduce:

This pull request is to fix the getUser() function for the first time login.

oeway commented 3 years ago

Thank you!