Skip to content

Commit 92aac74

Browse files
committed
docs: update placeholder for email_message_by_link to {##Any Text##} since its text is fungible
1 parent 961f6b5 commit 92aac74

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ for details and use-cases.
355355

356356
- **`email_message_by_link`**: *(Optional `string`)*
357357

358-
The email message template for sending a confirmation link to the user, it must contain the `{##Click Here##}` placeholder.
358+
The email message template for sending a confirmation link to the user, it must contain the `{##Any Text##}` placeholder.
359359
Default is `"Please click the link below to verify your email address. {##Verify Email##}."`.
360360

361361
- **`email_subject`**: *(Optional `string`)*

variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ variable "email_message" {
427427

428428
variable "email_message_by_link" {
429429
type = string
430-
description = "(Optional) The email message template for sending a confirmation link to the user, it must contain the {##Click Here##} placeholder."
430+
description = "(Optional) The email message template for sending a confirmation link to the user, it must contain the {##Any Text##} placeholder."
431431
default = "Please click the link below to verify your email address. {##Verify Email##}."
432432
}
433433

0 commit comments

Comments
 (0)