Update auth.py
Browse files
auth.py
CHANGED
@@ -36,7 +36,7 @@ class UserCreate(BaseModel):
|
|
36 |
password: str
|
37 |
email: str
|
38 |
|
39 |
-
from
|
40 |
|
41 |
# ...
|
42 |
|
|
|
36 |
password: str
|
37 |
email: str
|
38 |
|
39 |
+
from emailx import send_verification_email, generate_verification_token
|
40 |
|
41 |
# ...
|
42 |
|