@solidstarters/solid-core 1.2.110 → 1.2.111
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/package.json +1 -1
- package/src/seeders/seed-data/email-templates/forgot-password.handlebars.html +0 -5
- package/src/seeders/seed-data/email-templates/on-force-password-change.handlebars.html +0 -8
- package/src/seeders/seed-data/email-templates/otp-on-login.handlebars.html +0 -5
- package/src/seeders/seed-data/email-templates/otp-on-register.handlebars.html +0 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@solidstarters/solid-core",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.111",
|
|
4
4
|
"description": "This module is a NestJS module containing all the required core providers required by a Solid application",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -116,17 +116,12 @@
|
|
|
116
116
|
|
|
117
117
|
<body>
|
|
118
118
|
<div class="email-wrapper">
|
|
119
|
-
<!-- Logo outside the box -->
|
|
120
119
|
{{#if companyLogoUrl}}
|
|
121
120
|
<div class="logo">
|
|
122
121
|
<img src="{{companyLogoUrl}}" alt="Company Logo" />
|
|
123
|
-
<!-- {{else}}
|
|
124
|
-
//fallback svg logo here
|
|
125
|
-
{{/if}} -->
|
|
126
122
|
</div>
|
|
127
123
|
{{/if}}
|
|
128
124
|
|
|
129
|
-
<!-- Content Box -->
|
|
130
125
|
<div class="content-box">
|
|
131
126
|
<h2 class="title">Hi {{ fullName }},</h2>
|
|
132
127
|
<p class="intro">
|
|
@@ -116,17 +116,12 @@
|
|
|
116
116
|
|
|
117
117
|
<body>
|
|
118
118
|
<div class="email-wrapper">
|
|
119
|
-
<!-- Logo outside the box -->
|
|
120
119
|
{{#if companyLogoUrl}}
|
|
121
120
|
<div class="logo">
|
|
122
121
|
<img src="{{companyLogoUrl}}" alt="Company Logo" />
|
|
123
|
-
<!-- {{else}}
|
|
124
|
-
//fallback svg logo here
|
|
125
|
-
{{/if}} -->
|
|
126
122
|
</div>
|
|
127
123
|
{{/if}}
|
|
128
124
|
|
|
129
|
-
<!-- Content Box -->
|
|
130
125
|
<div class="content-box">
|
|
131
126
|
<h2 class="title">Hi {{ fullName }},</h2>
|
|
132
127
|
<p class="intro">
|
|
@@ -152,9 +147,6 @@
|
|
|
152
147
|
<br/ >
|
|
153
148
|
The {{ solidAppName }} Team.
|
|
154
149
|
</p>
|
|
155
|
-
<!-- <p class="footer-text">
|
|
156
|
-
If you have any questions, just reply to this email—we’re happy to help.
|
|
157
|
-
</p> -->
|
|
158
150
|
</div>
|
|
159
151
|
|
|
160
152
|
<div class="footer">
|
|
@@ -115,17 +115,12 @@
|
|
|
115
115
|
|
|
116
116
|
<body>
|
|
117
117
|
<div class="email-wrapper">
|
|
118
|
-
<!-- Logo outside the box -->
|
|
119
118
|
{{#if companyLogoUrl}}
|
|
120
119
|
<div class="logo">
|
|
121
120
|
<img src="{{companyLogoUrl}}" alt="Company Logo" />
|
|
122
|
-
<!-- {{else}}
|
|
123
|
-
//fallback svg logo here
|
|
124
|
-
{{/if}} -->
|
|
125
121
|
</div>
|
|
126
122
|
{{/if}}
|
|
127
123
|
|
|
128
|
-
<!-- Content Box -->
|
|
129
124
|
<div class="content-box">
|
|
130
125
|
<h2 class="title">Hi {{ fullName }},</h2>
|
|
131
126
|
<p class="intro">
|
|
@@ -115,17 +115,12 @@
|
|
|
115
115
|
|
|
116
116
|
<body>
|
|
117
117
|
<div class="email-wrapper">
|
|
118
|
-
<!-- Logo outside the box -->
|
|
119
118
|
{{#if companyLogoUrl}}
|
|
120
119
|
<div class="logo">
|
|
121
120
|
<img src="{{companyLogoUrl}}" alt="Company Logo" />
|
|
122
|
-
<!-- {{else}}
|
|
123
|
-
//fallback svg logo here
|
|
124
|
-
{{/if}} -->
|
|
125
121
|
</div>
|
|
126
122
|
{{/if}}
|
|
127
123
|
|
|
128
|
-
<!-- Content Box -->
|
|
129
124
|
<div class="content-box">
|
|
130
125
|
<h2 class="title">Hi {{ fullName }},</h2>
|
|
131
126
|
<p class="intro">
|