update email templare

This commit is contained in:
2025-12-02 16:26:52 -03:00
parent ac6244ff2a
commit e5ac436c5a
5 changed files with 9 additions and 9 deletions

View File

@@ -136,7 +136,7 @@ def _create_user(user: User, org: Org) -> bool:
item={
'id': user_id,
'sk': f'EMAIL_VERIFICATION#{uuid4()}',
'fresh_user': True,
'welcome': True,
'name': user.name,
'email': user.email,
'org_name': org.name,