mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-13 23:11:40 +00:00
Enabled invite E-Mail by default
This commit is contained in:
parent
4a73e94618
commit
e7900b98f5
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ class UserManagementEventHooks:
|
|||
)
|
||||
use_enterprise_email_hooks = False
|
||||
|
||||
if use_enterprise_email_hooks and (data.send_invite_email is True):
|
||||
if use_enterprise_email_hooks and (data.send_invite_email is not False):
|
||||
initialized_email_loggers = litellm.logging_callback_manager.get_custom_loggers_for_type(
|
||||
callback_type=BaseEmailLogger # type: ignore
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue