@things-factory/auth-base 6.2.30 → 6.2.31

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/auth-base",
3
- "version": "6.2.30",
3
+ "version": "6.2.31",
4
4
  "main": "dist-server/index.js",
5
5
  "browser": "dist-client/index.js",
6
6
  "things-factory": true,
@@ -30,10 +30,10 @@
30
30
  "migration:create": "node ../../node_modules/typeorm/cli.js migration:create -d ./server/migrations"
31
31
  },
32
32
  "dependencies": {
33
- "@things-factory/email-base": "^6.2.27",
33
+ "@things-factory/email-base": "^6.2.31",
34
34
  "@things-factory/env": "^6.2.27",
35
- "@things-factory/i18n-base": "^6.2.27",
36
- "@things-factory/shell": "^6.2.27",
35
+ "@things-factory/i18n-base": "^6.2.31",
36
+ "@things-factory/shell": "^6.2.31",
37
37
  "@things-factory/utils": "^6.2.27",
38
38
  "jsonwebtoken": "^9.0.0",
39
39
  "koa-passport": "^6.0.0",
@@ -42,5 +42,5 @@
42
42
  "passport-jwt": "^4.0.0",
43
43
  "passport-local": "^1.0.0"
44
44
  },
45
- "gitHead": "6dcd4ae0df733f128ec362e88cae5267added386"
45
+ "gitHead": "0e904fde521867b12fb95fc24f98ca5e6bd53e6e"
46
46
  }
@@ -3,10 +3,11 @@ export function getUnlockUserEmailForm({ name, resetUrl }) {
3
3
  <html lang="en">
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
-
6
+
7
7
  <title>reset password</title>
8
8
  <meta name="description" content="Password Reset" />
9
9
  <meta name="author" content="hatiolab" />
10
+ <meta name="google" content="notranslate"/>
10
11
  </head>
11
12
 
12
13
  <body>
@@ -3,10 +3,11 @@ export function getInvitationEmailForm({ email, acceptUrl }) {
3
3
  <html lang="en">
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
-
6
+
7
7
  <title>Invitation from Operato</title>
8
8
  <meta name="description" content="Invitation" />
9
9
  <meta name="author" content="hatiolab" />
10
+ <meta name="google" content="notranslate"/>
10
11
  </head>
11
12
 
12
13
  <body>
@@ -3,10 +3,11 @@ export function getResetPasswordEmailForm({ name, resetUrl }) {
3
3
  <html lang="en">
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
-
6
+
7
7
  <title>reset password</title>
8
8
  <meta name="description" content="Password Reset" />
9
9
  <meta name="author" content="hatiolab" />
10
+ <meta name="google" content="notranslate"/>
10
11
  </head>
11
12
 
12
13
  <body>
@@ -3,10 +3,11 @@ export function getVerificationEmailForm({ name, verifyUrl }) {
3
3
  <html lang="en">
4
4
  <head>
5
5
  <meta charset="utf-8" />
6
-
6
+
7
7
  <title>Verify your email</title>
8
8
  <meta name="description" content="Email Verification" />
9
9
  <meta name="author" content="hatiolab" />
10
+ <meta name="google" content="notranslate"/>
10
11
  </head>
11
12
 
12
13
  <body>