-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove host in sms messages
- Loading branch information
Showing
5 changed files
with
0 additions
and
10 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
resources/authgear/templates/en/messages/authenticate_primary_oob_sms.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
2 changes: 0 additions & 2 deletions
2
resources/authgear/templates/en/messages/authenticate_secondary_oob_sms.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
2 changes: 0 additions & 2 deletions
2
resources/authgear/templates/en/messages/setup_primary_oob_sms.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |
2 changes: 0 additions & 2 deletions
2
resources/authgear/templates/en/messages/setup_secondary_oob_sms.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
2
resources/authgear/templates/en/messages/verification_sms.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 }} |