Skip to content

feat(auth): add email verification and resend verification flow

1c0b9bf
Select commit
Loading
Failed to load commit list.
Merged

feat(auth): add email verification and resend verification flow #40

feat(auth): add email verification and resend verification flow
1c0b9bf
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded Mar 19, 2026 in 3s

4 new alerts

New alerts in code changed by this pull request

  • 4 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 15 in alembic/versions/19dc9714d9ea_add_email_verification_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'revision' is not used.

Check notice on line 16 in alembic/versions/19dc9714d9ea_add_email_verification_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'down_revision' is not used.

Check notice on line 17 in alembic/versions/19dc9714d9ea_add_email_verification_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'branch_labels' is not used.

Check notice on line 18 in alembic/versions/19dc9714d9ea_add_email_verification_model.py

See this annotation in the file changed.

Code scanning / CodeQL

Unused global variable Note

The global variable 'depends_on' is not used.