You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently when CreateUser is called, Minder tries to create a default user project named after the user.
This is not optimal and there has been a few issues with this already. The long term decision is this should be separated, i.e. CreateUser should be about creating a user and project creation should happen through another API, probably CreateProject (currently used to create sub-projects).
The text was updated successfully, but these errors were encountered:
Currently when
CreateUser
is called, Minder tries to create a default user project named after the user.This is not optimal and there has been a few issues with this already. The long term decision is this should be separated, i.e. CreateUser should be about creating a user and project creation should happen through another API, probably
CreateProject
(currently used to create sub-projects).The text was updated successfully, but these errors were encountered: