@live-change/user-frontend 0.3.5 → 0.3.7

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.
@@ -5,7 +5,7 @@
5
5
  Hello!
6
6
  </p>
7
7
  <p>
8
- You are trying to connect this email address to your DEMO account.
8
+ You are trying to connect this email address to your account.
9
9
  In order to confirm that, please enter secret code:
10
10
  </p>
11
11
  <p class="text-3xl font-medium">{{ code }}</p>
@@ -28,14 +28,14 @@
28
28
  </p>
29
29
  <p>
30
30
  See you soon<br>
31
- {{ company }} Team
31
+ {{ brandName }} Team
32
32
  </p>
33
33
  <img src="/images/logo128.png">
34
34
  </div>
35
35
  <pre class="message" data-text>
36
36
  Hello!
37
37
 
38
- You are trying to connect this email address to your DEMO account.
38
+ You are trying to connect this email address to your account.
39
39
  In order to confirm that, please enter secret code:
40
40
  {{ code }}
41
41
 
@@ -5,7 +5,7 @@
5
5
  Hello!
6
6
  </p>
7
7
  <p>
8
- You are trying to reset password to your DEMO account.
8
+ You are trying to reset password to your account.
9
9
  In order to confirm that, please enter secret code:
10
10
  </p>
11
11
  <p class="text-3xl font-medium">{{ code }}</p>
@@ -28,14 +28,14 @@
28
28
  </p>
29
29
  <p>
30
30
  See you soon<br>
31
- Live Change Team
31
+ {{ brandName }} Team
32
32
  </p>
33
33
  <img src="/images/logo128.png">
34
34
  </div>
35
35
  <pre class="message" data-text>
36
36
  Hello!
37
37
 
38
- You are trying to reset password to your DEMO account.
38
+ You are trying to reset password to your account.
39
39
  In order to confirm that, please enter secret code:
40
40
  {{ code }}
41
41
 
@@ -5,7 +5,7 @@
5
5
  Hello!
6
6
  </p>
7
7
  <p>
8
- We are glad to see you have just signed in for DEMO with your email.
8
+ We are glad to see you have just signed in with your email.
9
9
  In order to confirm that, please enter secret code:
10
10
  </p>
11
11
  <p class="text-3xl font-medium">{{ code }}</p>
@@ -28,14 +28,14 @@
28
28
  </p>
29
29
  <p>
30
30
  See you soon<br>
31
- Live Change Team
31
+ {{ brandName }} Team
32
32
  </p>
33
33
  <img src="/images/logo128.png">
34
34
  </div>
35
35
  <pre class="message" data-text>
36
36
  Hello!
37
37
 
38
- We are glad to see you have just signed in for DEMO with your email.
38
+ We are glad to see you have just signed in with your email.
39
39
  In order to confirm that, please enter secret code:
40
40
  {{ code }}
41
41
 
@@ -5,7 +5,7 @@
5
5
  Hello!
6
6
  </p>
7
7
  <p>
8
- We are glad to see you have just signed up for DEMO with your email.
8
+ We are glad to see you have just signed up with your email.
9
9
  In order to confirm that, please enter secret code:
10
10
  </p>
11
11
  <p class="text-3xl font-medium">{{ code }}</p>
@@ -28,14 +28,14 @@
28
28
  </p>
29
29
  <p>
30
30
  See you soon<br>
31
- Live Change Team
31
+ {{ brandName }} Team
32
32
  </p>
33
33
  <img src="/images/logo128.png">
34
34
  </div>
35
35
  <pre class="message" data-text>
36
36
  Hello!
37
37
 
38
- We are glad to see you have just signed up for DEMO with your email.
38
+ We are glad to see you have just signed up with your email.
39
39
  In order to confirm that, please enter secret code:
40
40
  {{ code }}
41
41
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.3.5",
3
+ "version": "0.3.7",
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",
@@ -24,23 +24,23 @@
24
24
  "@live-change/dao": "0.5.22",
25
25
  "@live-change/dao-vue3": "0.5.22",
26
26
  "@live-change/dao-websocket": "0.5.22",
27
- "@live-change/email-service": "0.3.32",
27
+ "@live-change/email-service": "0.3.33",
28
28
  "@live-change/framework": "0.7.34",
29
- "@live-change/identicon-service": "0.3.32",
30
- "@live-change/image-frontend": "^0.3.5",
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",
29
+ "@live-change/identicon-service": "0.3.33",
30
+ "@live-change/image-frontend": "^0.3.7",
31
+ "@live-change/message-authentication-service": "0.3.33",
32
+ "@live-change/notification-service": "0.3.33",
33
+ "@live-change/password-authentication-service": "0.3.33",
34
34
  "@live-change/pattern": "0.2.1",
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.5",
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",
35
+ "@live-change/secret-code-service": "0.3.33",
36
+ "@live-change/secret-link-service": "0.3.33",
37
+ "@live-change/security-frontend": "^0.3.7",
38
+ "@live-change/security-service": "0.3.33",
39
+ "@live-change/session-service": "0.3.33",
40
+ "@live-change/timer-service": "0.3.33",
41
+ "@live-change/upload-service": "0.3.33",
42
+ "@live-change/user-identification-service": "0.3.33",
43
+ "@live-change/user-service": "0.3.33",
44
44
  "@live-change/vue3-components": "0.2.30",
45
45
  "@live-change/vue3-ssr": "0.2.30",
46
46
  "@vueuse/core": "^10.4.1",
@@ -78,5 +78,5 @@
78
78
  "author": "",
79
79
  "license": "BSD-3-Clause",
80
80
  "description": "",
81
- "gitHead": "e85ef8527b35ec7e1c50be50ccf567270821e4ea"
81
+ "gitHead": "b0299ec6f790e777cb4d02816be20033ec0b302c"
82
82
  }