Skip to content

Commit

Permalink
Merge pull request #5 from aws-solutions-library-samples/reinvent_update
Browse files Browse the repository at this point in the history
cognito output text updated Solution ID : SO9409
  • Loading branch information
gtraja authored Oct 25, 2024
2 parents fef2ea0 + 31644fe commit 7c60530
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deploy-script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,8 @@ else
--user-attributes Name=name,Value=DemoUser Name=email,Value=$DEMO_USER_EMAIL Name=email_verified,Value=true \
--temporary-password $DEMO_USER_PW \
--message-action SUPPRESS \
--desired-delivery-mediums EMAIL
--desired-delivery-mediums EMAIL \
--output text
echo ""
echo "Demo user $DEMO_USERNAME created successfully."
fi
Expand Down

0 comments on commit 7c60530

Please sign in to comment.