@live-change/user-frontend 0.3.3 → 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
|
-
|
|
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
|
-
|
|
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@
|
|
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
|
-
|
|
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@
|
|
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
|
-
|
|
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@
|
|
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
|
-
|
|
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@
|
|
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.
|
|
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",
|
|
@@ -27,14 +27,14 @@
|
|
|
27
27
|
"@live-change/email-service": "0.3.32",
|
|
28
28
|
"@live-change/framework": "0.7.34",
|
|
29
29
|
"@live-change/identicon-service": "0.3.32",
|
|
30
|
-
"@live-change/image-frontend": "^0.3.
|
|
30
|
+
"@live-change/image-frontend": "^0.3.4",
|
|
31
31
|
"@live-change/message-authentication-service": "0.3.32",
|
|
32
32
|
"@live-change/notification-service": "0.3.32",
|
|
33
33
|
"@live-change/password-authentication-service": "0.3.32",
|
|
34
34
|
"@live-change/pattern": "0.2.1",
|
|
35
35
|
"@live-change/secret-code-service": "0.3.32",
|
|
36
36
|
"@live-change/secret-link-service": "0.3.32",
|
|
37
|
-
"@live-change/security-frontend": "^0.3.
|
|
37
|
+
"@live-change/security-frontend": "^0.3.4",
|
|
38
38
|
"@live-change/security-service": "0.3.32",
|
|
39
39
|
"@live-change/session-service": "0.3.32",
|
|
40
40
|
"@live-change/timer-service": "0.3.32",
|
|
@@ -78,5 +78,5 @@
|
|
|
78
78
|
"author": "",
|
|
79
79
|
"license": "BSD-3-Clause",
|
|
80
80
|
"description": "",
|
|
81
|
-
"gitHead": "
|
|
81
|
+
"gitHead": "74b3e14aeac867652b39517a861b6d93c46ad2e2"
|
|
82
82
|
}
|