Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/Lithicsoft/Neutron
Browse files Browse the repository at this point in the history
  • Loading branch information
EndermanPC committed Feb 12, 2024
2 parents 80d5ded + 5b8435f commit 81be3de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions account/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def send_email(subject, from_email, to_email, content):
html_content=content)

try:
sg = SendGridAPIClient('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')
sg = SendGridAPIClient('API_KEY')
response = sg.send(message)
print(response.status_code)
print(response.body)
Expand Down Expand Up @@ -171,4 +171,4 @@ def verification(user_id, confirmation_code, confirm_value):
if open_button:
st.session_state.form_state = True



0 comments on commit 81be3de

Please sign in to comment.