Fix the user add email
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<%if (format === 'text') { %>
|
||||
|
||||
Dear Admin,
|
||||
Hi <%= cloudronName %> Admin,
|
||||
|
||||
User with email <%= user.alternateEmail || user.email %> was added to your <%= cloudronName %> Cloudron.
|
||||
|
||||
|
||||
@@ -15,7 +15,7 @@ Your <%= invitor.email %>
|
||||
|
||||
<center>
|
||||
|
||||
<img src="<%= cloudronAvatarUrl %>"/>
|
||||
<img src="<%= cloudronAvatarUrl %>" width="128px" height="128px"/>
|
||||
|
||||
<h3>Hi <%= user.displayName || user.username || user.alternateEmail || user.email %>,</h3>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user