Skip to content

Commit

Permalink
Update routes.py
Browse files Browse the repository at this point in the history
  • Loading branch information
SwagataJ committed Aug 25, 2022
1 parent c427bef commit 9d65eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def register():
'username': form.username.data,
'password': sha256_crypt.hash(str(form.password.data))
})
send_email_register(form.email.data, form.name.data)
#send_email_register(form.email.data, form.name.data)
flash('You are now registered and can login', 'success')
return redirect(url_for('login'))
else:
Expand Down

0 comments on commit 9d65eeb

Please sign in to comment.