fix set email verified

This commit is contained in:
2025-11-28 21:28:13 -03:00
parent c48f289514
commit b5f3648f44
8 changed files with 66 additions and 20 deletions

View File

@@ -139,7 +139,6 @@ def _create_user(user: User, org: Org) -> bool:
'fresh_user': True,
'name': user.name,
'email': user.email,
'email_primary': True,
'org_name': org.name,
'ttl': ttl(start_dt=now_, days=30),
'created_at': now_,