-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add the send invitation email cli command for admin to compensate user invitation email failure #427
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
I would assume that panic
shouldn't be used wherever possible to gracefully handle the error (read as: most of the cases). But I see that currently it is widely used in the Admin UI repo, so shouldn't be a blocker for this PR. Most likely it's something that we may consider as a tech debt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, left a small suggestion for the command name change
34ba19d
55c2e8e
to
34ba19d
Compare
This pull request tries to add a CLI command for the admins to compensate for email sending failure in the user invitation flow.