Skip to content

Commit 8347c77

Browse files
committed
chore: update invite template message
1 parent 51175e4 commit 8347c77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/umaxcode/UpdateInviteMessageAdminCreationLambdaHandler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ private void updateInviteMessageTemplate(String loginUrl, String userPoolId, Map
9696
<body>
9797
<p> Hello Sir/Madam </p>
9898
<p>Welcome to our Task Management System!</p>
99-
<p>Your username is: <strong>{username}</strong> and your temporary password is: <strong>{####}</strong></p>
99+
<p>Your email is: <strong>{username}</strong> and your temporary password is: <strong>{####}</strong></p>
100100
<p>Click <a href="%s">here</a> to sign in.</p>
101101
</body>
102102
</html>

0 commit comments

Comments
 (0)