Skip to content

Commit

Permalink
Remove host in sms messages #3289
Browse files Browse the repository at this point in the history
Remove host in sms messages
  • Loading branch information
tung2744 authored Aug 7, 2023
2 parents 0e0e0a2 + bf14986 commit e6f74f5
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Log in to {{ template "app.name" }} with this one-time password {{ .Code }}.

Ignore this if you are not logging in.

@{{ .Host }} #{{ .Code }}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Log in to {{ template "app.name" }} with this one-time password {{ .Code }}.

Ignore this if you are not logging in.

@{{ .Host }} #{{ .Code }}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Sign up on {{ template "app.name" }} with this one-time password {{ .Code }}.

Ignore this if you are not signing up.

@{{ .Host }} #{{ .Code }}
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
Setup two-step verification on {{ template "app.name" }} with this one-time password {{ .Code }}.

Ignore this if you didn't trigger this setup.

@{{ .Host }} #{{ .Code }}
2 changes: 0 additions & 2 deletions resources/authgear/templates/en/messages/verification_sms.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
{{ .Code }} is your {{ template "app.name" }} verification code.

Ignore this if you didn't sign in or sign up.

@{{ .Host }} #{{ .Code }}

0 comments on commit e6f74f5

Please sign in to comment.