astrosat / django-astrosat-users

Common backend library for Astrosat projects' user management
GNU General Public License v3.0
2 stars 0 forks source link

feat(backend): don't invite self #119

Closed allynt closed 3 years ago

allynt commented 3 years ago

Don't send an invitation notification if you are inviting yourself (ie: as part of self-signup) to a customer.

This PR closes #118