fix(migration): Fix email_verified in secretary creation
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Some checks are pending
NordaBiz Tests / Unit & Integration Tests (push) Waiting to run
NordaBiz Tests / E2E Tests (Playwright) (push) Blocked by required conditions
NordaBiz Tests / Smoke Tests (Production) (push) Blocked by required conditions
NordaBiz Tests / Send Failure Notification (push) Blocked by required conditions
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
d7f08c8d3a
commit
554adc2aa0
@ -79,7 +79,7 @@ if not sec_user:
|
||||
is_active=True,
|
||||
is_rada_member=False,
|
||||
role=SystemRole.MEMBER.name,
|
||||
email_verified=True,
|
||||
is_verified=True,
|
||||
)
|
||||
db.add(sec_user)
|
||||
db.flush()
|
||||
|
||||
Loading…
Reference in New Issue
Block a user