Skip to content

Commit

Permalink
removed debug satement
Browse files Browse the repository at this point in the history
  • Loading branch information
n1lby73 committed Mar 1, 2024
1 parent 350524e commit d8b5da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web-ui/webApp/apiRoute.py
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ def post(self):
msg.html = render_template("emailVerification.html", otp=otp)

try:
print ("here")

mail.send(msg)

except:
Expand Down

0 comments on commit d8b5da6

Please sign in to comment.