Spaces:
Runtime error
Runtime error
Commit
·
0c38d68
1
Parent(s):
782b6ea
Update TechdocsAPI/backend/services/auth/ops.py
Browse files
TechdocsAPI/backend/services/auth/ops.py
CHANGED
@@ -64,7 +64,7 @@ async def ops_signup(bgtasks: BackgroundTasks, response_result: GeneralResponse,
|
|
64 |
|
65 |
|
66 |
response_result.status = 'success'
|
67 |
-
|
68 |
|
69 |
def ops_login(data:LoginCreds):
|
70 |
"""Wrapper method to handle login process.
|
|
|
64 |
|
65 |
|
66 |
response_result.status = 'success'
|
67 |
+
response_result.message = [f'Activate your account by clicking on the link sent to {data.email}.\nMake sure to check your spam folder.']
|
68 |
|
69 |
def ops_login(data:LoginCreds):
|
70 |
"""Wrapper method to handle login process.
|