Skip to content

Commit

Permalink
Merge pull request #3 from cruxstack/fix-sms-email-msgs
Browse files Browse the repository at this point in the history
feat: remove default msg template for sms defined by var
  • Loading branch information
sgtoj authored Dec 28, 2023
2 parents 036b925 + 0b58877 commit 499e0ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,11 @@ variable "email_verification_subject" {
variable "sms_authentication_message" {
type = string
description = "A string representing the SMS authentication message."
default = "Your code is {####}"
default = ""
}

variable "sms_verification_message" {
type = string
description = "A string representing the SMS verification message."
default = "Your code is {####}"
default = ""
}

0 comments on commit 499e0ae

Please sign in to comment.