Skip to content

Commit

Permalink
Merge branch 'email_verification' into testing-conflict-resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
mayureshagashe2105 authored Oct 31, 2023
2 parents 102e1ab + 0f7bbd3 commit ddb87da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion TechdocsAPI/backend/core/Exceptions.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ def set_statuses(self):

def __repr__(self):
return "exception.InfoNotFoundException()"


class EmailNotVerifiedException(Exception):
def __init__(self):
Expand Down
1 change: 0 additions & 1 deletion TechdocsAPI/backend/router.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ async def inference(generate: Generate, access_token:str=Depends(JWTBearer())):

return ops_inference(generate.code_block,generate.api_key,user_sub)


@app.get("/auth/verify/{token}", summary="Verify Email", response_model=GeneralResponse, tags=["Auth Server"])
async def verify_email(request: Request, token:str):
response_result = GeneralResponse.get_instance(data={},
Expand Down

0 comments on commit ddb87da

Please sign in to comment.