@nauth-toolkit/email-nodemailer 0.1.5 → 0.1.8
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/dist/templates/default/email-changed.html.hbs +1 -1
- package/dist/templates/default/mfa-enabled.html.hbs +1 -1
- package/dist/templates/default/password-changed.html.hbs +1 -1
- package/dist/templates/default/welcome.html.hbs +1 -1
- package/package.json +3 -3
- package/src/templates/default/email-changed.html.hbs +1 -1
- package/src/templates/default/mfa-enabled.html.hbs +1 -1
- package/src/templates/default/password-changed.html.hbs +1 -1
- package/src/templates/default/welcome.html.hbs +1 -1
|
@@ -425,7 +425,7 @@ subject: Email Address Changed - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Email change confirmed</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -425,7 +425,7 @@ subject: Two-Factor Authentication Enabled - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Two-factor authentication enabled</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -425,7 +425,7 @@ subject: Password Changed - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Password change confirmed</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -463,7 +463,7 @@ subject: Welcome to {{appName}}!
|
|
|
463
463
|
|
|
464
464
|
<div
|
|
465
465
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
466
|
-
>Happy exploring
|
|
466
|
+
>Happy exploring!</div>
|
|
467
467
|
|
|
468
468
|
</td>
|
|
469
469
|
</tr>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nauth-toolkit/email-nodemailer",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.8",
|
|
4
4
|
"description": "Nodemailer email provider for nauth-toolkit",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"nodemailer": "^6.9.7"
|
|
27
27
|
},
|
|
28
28
|
"peerDependencies": {
|
|
29
|
-
"@nauth-toolkit/core": "^0.1.
|
|
29
|
+
"@nauth-toolkit/core": "^0.1.8"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/handlebars": "^4.1.0",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|
|
43
43
|
"access": "public",
|
|
44
|
-
"tag": "
|
|
44
|
+
"tag": "latest"
|
|
45
45
|
},
|
|
46
46
|
"license": "UNLICENSED",
|
|
47
47
|
"keywords": [
|
|
@@ -425,7 +425,7 @@ subject: Email Address Changed - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Email change confirmed</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -425,7 +425,7 @@ subject: Two-Factor Authentication Enabled - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Two-factor authentication enabled</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -425,7 +425,7 @@ subject: Password Changed - {{appName}}
|
|
|
425
425
|
|
|
426
426
|
<div
|
|
427
427
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
428
|
-
|
|
428
|
+
>Password change confirmed</div>
|
|
429
429
|
|
|
430
430
|
</td>
|
|
431
431
|
</tr>
|
|
@@ -463,7 +463,7 @@ subject: Welcome to {{appName}}!
|
|
|
463
463
|
|
|
464
464
|
<div
|
|
465
465
|
style="font-family:Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;font-size:16px;line-height:24px;text-align:left;color:#374151;"
|
|
466
|
-
>Happy exploring
|
|
466
|
+
>Happy exploring!</div>
|
|
467
467
|
|
|
468
468
|
</td>
|
|
469
469
|
</tr>
|