We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4df68a9 commit fd161e3Copy full SHA for fd161e3
src/sentry/api/endpoints/organization_member_invite/details.py
@@ -27,7 +27,6 @@
27
)
28
ERR_EXPIRED = "You cannot resend an expired invitation without regenerating the token."
29
ERR_RATE_LIMITED = "You are being rate limited for too many invitations."
30
-ERR_INVITE_UNAPPROVED = "You cannot resend an invitation that has not been approved."
31
32
MISSING_FEATURE_MESSAGE = "Your organization does not have access to this feature."
33
0 commit comments