Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 503abae

Browse filesBrowse files
committed
updated
1 parent a549681 commit 503abae
Copy full SHA for 503abae

File tree

3 files changed

+0
-5
lines changed
Filter options

3 files changed

+0
-5
lines changed

‎.env

Copy file name to clipboardExpand all lines: .env
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,6 @@ JWT_ALGORITHM=RS256
1111

1212
CLIENT_ORIGIN=http://localhost:3000
1313

14-
VERIFICATION_SECRET=my-email-verification-secret
15-
1614
EMAIL_HOST=smtp.mailtrap.io
1715
EMAIL_PORT=587
1816
EMAIL_USERNAME=4aeca0c9318dd2

‎app/config.py

Copy file name to clipboardExpand all lines: app/config.py
-2Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ class Settings(BaseSettings):
1717

1818
CLIENT_ORIGIN: str
1919

20-
VERIFICATION_SECRET: str
21-
2220
EMAIL_HOST: str
2321
EMAIL_PORT: int
2422
EMAIL_USERNAME: str

‎app/models.py

Copy file name to clipboardExpand all lines: app/models.py
-1Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
from enum import unique
21
import uuid
32
from .database import Base
43
from sqlalchemy import TIMESTAMP, Column, String, Boolean, text

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.