Skip to content

Commit

Permalink
Merge branch 'master' into feature/133-update-code-base-to-make-sure-…
Browse files Browse the repository at this point in the history
…the-right-template-is-sent
  • Loading branch information
wayangalihpratama committed Nov 28, 2024
2 parents 68bc9dd + 1160fe7 commit 5233367
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion backend/routes/user_routes.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
security = HTTPBearer()

webdomain = environ.get("WEBDOMAIN")
MAGIC_LINK_CHAT_TEMPLATE = environ.get("MAGIC_LINK_CHAT_TEMPLATE")
MAGIC_LINK_CHAT_TEMPLATE = environ.get(
"MAGIC_LINK_CHAT_TEMPLATE",
"You can login into Agriconnect by clicking this link: {magic_link}",
)

twilio_client = TwilioClient()

Expand Down

0 comments on commit 5233367

Please sign in to comment.