Skip to content

Commit

Permalink
closes #21 - adds org access validation functionality
Browse files Browse the repository at this point in the history
- new route /validateorg for admins to validate org access requests
- new component ValidateOrg handling new route
- updated logic and reducers for actions VALIDATE_ORG_ACCESS_REQUEST
- added new API calls for logic
- added new state object ``Org.validation``
- updated hasOrgRedirect to not redirect after initial org creation
  • Loading branch information
ortonomy committed Feb 27, 2018
1 parent 9da2d8a commit 053a15b
Show file tree
Hide file tree
Showing 13 changed files with 11,914 additions and 23 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ typings/
.yarn-integrity
yarn.lock

# NPM
package-lock.json

# See https://help.github.com/ignore-files/ for more about ignoring files.

Expand Down
Loading

0 comments on commit 053a15b

Please sign in to comment.