Skip to content

Commit

Permalink
feat: update template subject for verification by link
Browse files Browse the repository at this point in the history
  • Loading branch information
sgtoj committed Dec 29, 2023
1 parent 8422416 commit 245b705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ variable "verification_message_template" {
type = object({
default_email_option = optional(string, "CONFIRM_WITH_CODE")
email_message_by_link = optional(string, "{##Click Here##}")
email_subject_by_link = optional(string, "Your verification code")
email_subject_by_link = optional(string, "Your Verification Link")
})
description = "Configuration for verification message templates."
default = {}
Expand Down

0 comments on commit 245b705

Please sign in to comment.