Skip to content

Commit

Permalink
Change URL in SMS OTP template
Browse files Browse the repository at this point in the history
  • Loading branch information
jace committed Oct 4, 2024
1 parent d098cd0 commit 31f9e14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions funnel/transports/sms/template.py
Original file line number Diff line number Diff line change
Expand Up @@ -404,14 +404,14 @@ class WebOtpTemplate(SmsTemplate):

registered_template = (
'OTP is {#var#} for Hasgeek. If you did not request this, report misuse at'
' https://has.gy/not-my-otp\n\n@hasgeek.com #{#var#}'
' https://hasgeek.com/account/not-my-otp\n\n@hasgeek.com #{#var#}'
)
template = (
"OTP is {otp} for Hasgeek. If you did not request this, report misuse at"
" https://has.gy/not-my-otp\n\n@hasgeek.com #{otp}"
" https://hasgeek.com/account/not-my-otp\n\n@hasgeek.com #{otp}"
)
plaintext_template = (
"OTP is {otp} for Hasgeek. If you did not request this, report misuse at"
" https://has.gy/not-my-otp\n\n@hasgeek.com #{otp}"
" https://hasgeek.com/account/not-my-otp\n\n@hasgeek.com #{otp}"
)
message_priority = SmsPriority.URGENT

0 comments on commit 31f9e14

Please sign in to comment.