Initially when I started login and signup was working but there were some flaws with navigation leading to dead end with just a profile page. This has been fixed with the merge of the following. PR #378
I found that we are not using solid logic to check whom to give creator/admin rights to the organization previously we checked this with the firstname and lastname of the creator. As graphql was used to make the query the fix was provided in PR #424 with changing the mutation string to get the creator id and list of admin id(s) of the organization. Matching it with the logged user to check for admin/creator rights was much more logical.
