@goweekdays/core 2.9.0 → 2.10.0
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/CHANGELOG.md +6 -0
- package/dist/index.d.ts +21 -7
- package/dist/index.js +883 -231
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +953 -286
- package/dist/index.mjs.map +1 -1
- package/dist/public/handlebars/org-created.hbs +13 -0
- package/package.json +1 -1
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
<div style="font-family: Helvetica, Arial, sans-serif; min-width: 1000px; overflow: auto; line-height: 2;">
|
|
2
|
+
</div>
|
|
3
|
+
<div style="margin: 50px auto; width: 70%; padding: 20px 0;">
|
|
4
|
+
<div style="border-bottom: 1px solid #eee; font-size: 1.4em; color: #00466a; text-decoration: none; font-weight: 600; text-align: center;">
|
|
5
|
+
Setup Fee Confirmed! Organization Created and ready to go.
|
|
6
|
+
</div>
|
|
7
|
+
<p>
|
|
8
|
+
Your organization <strong>{{organization_name}}</strong> has been successfully created.
|
|
9
|
+
</p>
|
|
10
|
+
<p>
|
|
11
|
+
You can now log in to your organization using the link below: <a href="{{app}}">GoWeekdays Org</a>
|
|
12
|
+
</p>
|
|
13
|
+
</div>
|