-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(cognito): user pool - link style email verification fails to depl…
…oy (#6938) A couple of changes - - `emailVerificationMessage` and `emailVerificationSubject` properties are not set when link-style verification is used. This is root cause for the error message reported by the user. - The defaults `emailBody` and `emailSubject` are modified when link-style verification is used. They will now correctly contain the template placeholder `{##Verify Email##}`. - Validations are now added that email and SMS verification messages have the mandatory placeholders. fixes #6811
- Loading branch information
Niranjan Jayakar
authored
Mar 24, 2020
1 parent
1edd507
commit b5c60d5
Showing
2 changed files
with
108 additions
and
24 deletions.
There are no files selected for viewing
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
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