Skip to content

Commit

Permalink
Update message to follow the origin-bound one-time codes spec
Browse files Browse the repository at this point in the history
  • Loading branch information
mveytsman committed May 22, 2024
1 parent 4c58784 commit 8aa96fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bike_brigade/authentication_messenger.ex
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ defmodule BikeBrigade.AuthenticationMessenger do
msg = [
from: Messaging.outbound_number(),
to: phone,
body: "Your BikeBrigade access code is #{token}."
body: "Your BikeBrigade access code is #{token}.\n\n@#{BikeBrigadeWeb.Endpoint.host()} ##{token}"
]

SmsService.send_sms(msg)
Expand Down

0 comments on commit 8aa96fb

Please sign in to comment.