Skip to content

Commit 503abae

Browse files
committed
updated
1 parent a549681 commit 503abae

File tree

3 files changed

+0
-5
lines changed

3 files changed

+0
-5
lines changed

.env

Lines 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

Lines 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

Lines 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)