@live-change/user-frontend 0.3.2 → 0.3.4

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.
@@ -28,7 +28,7 @@
28
28
  </p>
29
29
  <p>
30
30
  See you soon<br>
31
- Live Change Team
31
+ {{ company }} Team
32
32
  </p>
33
33
  <img src="/images/logo128.png">
34
34
  </div>
@@ -46,7 +46,7 @@
46
46
  Let us know in case it's not you.
47
47
 
48
48
  See you soon
49
- Live Change Team
49
+ {{ brandName }} Team
50
50
  </pre>
51
51
  </template>
52
52
 
@@ -75,9 +75,9 @@
75
75
 
76
76
  const secretCode = secrets.find(secret => secret.type == 'code')
77
77
 
78
-
78
+ const brandName = ENV_BRAND_NAME
79
79
  const metadata = {
80
- from: 'admin@flipchart.live',
80
+ from: 'admin@' + ENV_BRAND_DOMAIN,
81
81
  subject: 'Confirm your email address.',
82
82
  to: contact
83
83
  }
@@ -46,7 +46,7 @@
46
46
  Let us know in case it's not you.
47
47
 
48
48
  See you soon
49
- Live Change Team
49
+ {{ brandName }} Team
50
50
  </pre>
51
51
  </template>
52
52
 
@@ -75,9 +75,9 @@
75
75
 
76
76
  const secretCode = secrets.find(secret => secret.type == 'code')
77
77
 
78
-
78
+ const brandName = ENV_BRAND_NAME
79
79
  const metadata = {
80
- from: 'admin@flipchart.live',
80
+ from: 'admin@' + ENV_BRAND_DOMAIN,
81
81
  subject: 'Confirm your email address.',
82
82
  to: contact
83
83
  }
@@ -46,7 +46,7 @@
46
46
  Let us know in case it's not you.
47
47
 
48
48
  See you soon
49
- Live Change Team
49
+ {{ brandName }} Team
50
50
  </pre>
51
51
  </template>
52
52
 
@@ -76,8 +76,9 @@
76
76
  const secretCode = secrets.find(secret => secret.type == 'code')
77
77
 
78
78
 
79
+ const brandName = ENV_BRAND_NAME
79
80
  const metadata = {
80
- from: 'admin@flipchart.live',
81
+ from: 'admin@' + ENV_BRAND_DOMAIN,
81
82
  subject: 'Confirm your email address.',
82
83
  to: contact
83
84
  }
@@ -46,7 +46,7 @@
46
46
  Let us know in case it's not you.
47
47
 
48
48
  See you soon
49
- Live Change Team
49
+ {{ brandName }} Team
50
50
  </pre>
51
51
  </template>
52
52
 
@@ -75,9 +75,9 @@
75
75
 
76
76
  const secretCode = secrets.find(secret => secret.type == 'code')
77
77
 
78
-
78
+ const brandName = ENV_BRAND_NAME
79
79
  const metadata = {
80
- from: 'admin@flipchart.live',
80
+ from: 'admin@' + ENV_BRAND_DOMAIN,
81
81
  subject: 'Confirm your email address.',
82
82
  to: contact
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.3.2",
3
+ "version": "0.3.4",
4
4
  "scripts": {
5
5
  "memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
@@ -20,29 +20,29 @@
20
20
  "debug": "node --inspect-brk server"
21
21
  },
22
22
  "dependencies": {
23
- "@live-change/cli": "0.7.33",
24
- "@live-change/dao": "0.5.21",
25
- "@live-change/dao-vue3": "0.5.21",
26
- "@live-change/dao-websocket": "0.5.21",
27
- "@live-change/email-service": "0.3.31",
28
- "@live-change/framework": "0.7.33",
29
- "@live-change/identicon-service": "0.3.31",
30
- "@live-change/image-frontend": "^0.3.2",
31
- "@live-change/message-authentication-service": "0.3.31",
32
- "@live-change/notification-service": "0.3.31",
33
- "@live-change/password-authentication-service": "0.3.31",
23
+ "@live-change/cli": "0.7.34",
24
+ "@live-change/dao": "0.5.22",
25
+ "@live-change/dao-vue3": "0.5.22",
26
+ "@live-change/dao-websocket": "0.5.22",
27
+ "@live-change/email-service": "0.3.32",
28
+ "@live-change/framework": "0.7.34",
29
+ "@live-change/identicon-service": "0.3.32",
30
+ "@live-change/image-frontend": "^0.3.4",
31
+ "@live-change/message-authentication-service": "0.3.32",
32
+ "@live-change/notification-service": "0.3.32",
33
+ "@live-change/password-authentication-service": "0.3.32",
34
34
  "@live-change/pattern": "0.2.1",
35
- "@live-change/secret-code-service": "0.3.31",
36
- "@live-change/secret-link-service": "0.3.31",
37
- "@live-change/security-frontend": "^0.3.2",
38
- "@live-change/security-service": "0.3.31",
39
- "@live-change/session-service": "0.3.31",
40
- "@live-change/timer-service": "0.3.31",
41
- "@live-change/upload-service": "0.3.31",
42
- "@live-change/user-identification-service": "0.3.31",
43
- "@live-change/user-service": "0.3.31",
44
- "@live-change/vue3-components": "0.2.29",
45
- "@live-change/vue3-ssr": "0.2.29",
35
+ "@live-change/secret-code-service": "0.3.32",
36
+ "@live-change/secret-link-service": "0.3.32",
37
+ "@live-change/security-frontend": "^0.3.4",
38
+ "@live-change/security-service": "0.3.32",
39
+ "@live-change/session-service": "0.3.32",
40
+ "@live-change/timer-service": "0.3.32",
41
+ "@live-change/upload-service": "0.3.32",
42
+ "@live-change/user-identification-service": "0.3.32",
43
+ "@live-change/user-service": "0.3.32",
44
+ "@live-change/vue3-components": "0.2.30",
45
+ "@live-change/vue3-ssr": "0.2.30",
46
46
  "@vueuse/core": "^10.4.1",
47
47
  "codeceptjs-assert": "^0.0.5",
48
48
  "codeceptjs-video-helper": "0.1.3",
@@ -66,7 +66,7 @@
66
66
  "wtfnode": "^0.9.1"
67
67
  },
68
68
  "devDependencies": {
69
- "@live-change/codeceptjs-helper": "0.7.33",
69
+ "@live-change/codeceptjs-helper": "0.7.34",
70
70
  "@wdio/selenium-standalone-service": "^8.15.0",
71
71
  "codeceptjs": "^3.5.4",
72
72
  "generate-password": "1.7.0",
@@ -78,5 +78,5 @@
78
78
  "author": "",
79
79
  "license": "BSD-3-Clause",
80
80
  "description": "",
81
- "gitHead": "afda3678801caefd5dcb2cc9958caa5dc1a93d15"
81
+ "gitHead": "74b3e14aeac867652b39517a861b6d93c46ad2e2"
82
82
  }