Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(cognito): user pool - link style email verification fails to deploy #6938

Merged
merged 3 commits into from
Mar 24, 2020

Commits on Mar 22, 2020

  1. fix(cognito): user pool - link style email verification fails to deploy

    A couple of things happen with this change -
    - `emailVerificationMessage`, `emailVerificationSubject` and
    `smsVerificationMessage` 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 contian the
    template placeholder '{##Verify Email##}'.
    
    fixes #6811
    Niranjan Jayakar committed Mar 22, 2020
    Configuration menu
    Copy the full SHA
    aeaf6d9 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2020

  1. PR feedback & fix ups

    Niranjan Jayakar committed Mar 24, 2020
    Configuration menu
    Copy the full SHA
    d63203c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f37185 View commit details
    Browse the repository at this point in the history