@social-mail/social-mail-client 1.4.166 → 1.4.168
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/content/emails/welcome-post/welcome-post.html +21 -0
- package/dist/admin/AdminAppIndex.pack.js +1 -0
- package/dist/admin/AdminAppIndex.pack.js.map +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js +1 -1
- package/dist/admin/AdminAppIndex.pack.min.js.map +1 -1
- package/dist/admin/pages/users/UserDetailsPage.d.ts.map +1 -1
- package/dist/admin/pages/users/UserDetailsPage.js +1 -0
- package/dist/admin/pages/users/UserDetailsPage.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/admin/pages/users/UserDetailsPage.tsx +1 -0
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html>
|
|
3
|
+
<head>
|
|
4
|
+
<title>Welcome to the $DOMAIN_NAME$</title>
|
|
5
|
+
</head>
|
|
6
|
+
<body>
|
|
7
|
+
<main>
|
|
8
|
+
<p>
|
|
9
|
+
You will find new updates, photos, videos all here in single site.
|
|
10
|
+
</p>
|
|
11
|
+
<p>
|
|
12
|
+
It is recommended that please subscribe to the @social channel
|
|
13
|
+
to receive updates automatically in your email.
|
|
14
|
+
</p>
|
|
15
|
+
<p>
|
|
16
|
+
To interact with the site, you can simply click on emoji to
|
|
17
|
+
send us email.
|
|
18
|
+
</p>
|
|
19
|
+
</main>
|
|
20
|
+
</body>
|
|
21
|
+
</html>
|
|
@@ -26777,6 +26777,7 @@ System.register(["tslib", "@web-atoms/web-controls/dist/mobile-app/MobileApp", "
|
|
|
26777
26777
|
__decorate([Action({
|
|
26778
26778
|
onEvent: "delete-user",
|
|
26779
26779
|
success: "User deleted successfully",
|
|
26780
|
+
confirm: "Are you sure you want to delete this user?",
|
|
26780
26781
|
close: true
|
|
26781
26782
|
}), __metadata("design:type", Function), __metadata("design:paramtypes", []), __metadata("design:returntype", Promise)], UserDetailsPage.prototype, "deleteUser", null);
|
|
26782
26783
|
}
|