@live-change/user-frontend 0.8.89 → 0.8.90

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.
@@ -20,7 +20,9 @@
20
20
  <InputText id="email" type="text" class="w-full"
21
21
  aria-describedby="email-help" :class="{ 'p-invalid': data.emailError }"
22
22
  v-model="data.email" />
23
- <small id="email-help" class="p-error">{{ t(`errors.${data.emailError}`) }}</small>
23
+ <small v-if="data.emailError" id="email-help" class="p-error">
24
+ {{ t(`errors.${data.emailError}`) }}
25
+ </small>
24
26
  </div>
25
27
 
26
28
  <div class="p-field mb-3">
@@ -28,7 +30,9 @@
28
30
  <Password id="password" class="w-full" inputClass="w-full" toggleMask :feedback="false"
29
31
  aria-describedby="password-help" :class="{ 'p-invalid': data.passwordHashError }"
30
32
  v-model="data.passwordHash" />
31
- <small id="password-help" class="p-error">{{ t(`errors.${data.passwordHashError}`) }}</small>
33
+ <small v-if="data.passwordHashError" id="password-help" class="p-error">
34
+ {{ t(`errors.${data.passwordHashError}`) }}
35
+ </small>
32
36
  </div>
33
37
 
34
38
  <div class="flex align-items-center justify-content-between mb-6">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/user-frontend",
3
- "version": "0.8.89",
3
+ "version": "0.8.90",
4
4
  "scripts": {
5
5
  "memDev": "node --inspect --expose-gc server/start.js memDev --enableSessions --initScript ./init.js --dbAccess",
6
6
  "localDevInit": "rm tmp.db; node server/start.js localDev --enableSessions --initScript ./init.js",
@@ -22,29 +22,29 @@
22
22
  },
23
23
  "type": "module",
24
24
  "dependencies": {
25
- "@live-change/cli": "^0.8.89",
26
- "@live-change/dao": "^0.8.89",
27
- "@live-change/dao-vue3": "^0.8.89",
28
- "@live-change/dao-websocket": "^0.8.89",
29
- "@live-change/email-service": "^0.8.89",
30
- "@live-change/framework": "^0.8.89",
31
- "@live-change/identicon-service": "^0.8.89",
32
- "@live-change/image-frontend": "^0.8.89",
33
- "@live-change/message-authentication-service": "^0.8.89",
34
- "@live-change/notification-service": "^0.8.89",
35
- "@live-change/password-authentication-service": "^0.8.89",
36
- "@live-change/pattern": "^0.8.89",
37
- "@live-change/secret-code-service": "^0.8.89",
38
- "@live-change/secret-link-service": "^0.8.89",
39
- "@live-change/security-frontend": "^0.8.89",
40
- "@live-change/security-service": "^0.8.89",
41
- "@live-change/session-service": "^0.8.89",
42
- "@live-change/timer-service": "^0.8.89",
43
- "@live-change/upload-service": "^0.8.89",
44
- "@live-change/user-identification-service": "^0.8.89",
45
- "@live-change/user-service": "^0.8.89",
46
- "@live-change/vue3-components": "^0.8.89",
47
- "@live-change/vue3-ssr": "^0.8.89",
25
+ "@live-change/cli": "^0.8.90",
26
+ "@live-change/dao": "^0.8.90",
27
+ "@live-change/dao-vue3": "^0.8.90",
28
+ "@live-change/dao-websocket": "^0.8.90",
29
+ "@live-change/email-service": "^0.8.90",
30
+ "@live-change/framework": "^0.8.90",
31
+ "@live-change/identicon-service": "^0.8.90",
32
+ "@live-change/image-frontend": "^0.8.90",
33
+ "@live-change/message-authentication-service": "^0.8.90",
34
+ "@live-change/notification-service": "^0.8.90",
35
+ "@live-change/password-authentication-service": "^0.8.90",
36
+ "@live-change/pattern": "^0.8.90",
37
+ "@live-change/secret-code-service": "^0.8.90",
38
+ "@live-change/secret-link-service": "^0.8.90",
39
+ "@live-change/security-frontend": "^0.8.90",
40
+ "@live-change/security-service": "^0.8.90",
41
+ "@live-change/session-service": "^0.8.90",
42
+ "@live-change/timer-service": "^0.8.90",
43
+ "@live-change/upload-service": "^0.8.90",
44
+ "@live-change/user-identification-service": "^0.8.90",
45
+ "@live-change/user-service": "^0.8.90",
46
+ "@live-change/vue3-components": "^0.8.90",
47
+ "@live-change/vue3-ssr": "^0.8.90",
48
48
  "@vueuse/core": "^10.11.0",
49
49
  "codeceptjs-assert": "^0.0.5",
50
50
  "codeceptjs-video-helper": "0.1.3",
@@ -65,7 +65,7 @@
65
65
  "wtfnode": "^0.9.1"
66
66
  },
67
67
  "devDependencies": {
68
- "@live-change/codeceptjs-helper": "^0.8.89",
68
+ "@live-change/codeceptjs-helper": "^0.8.90",
69
69
  "codeceptjs": "^3.6.5",
70
70
  "generate-password": "1.7.1",
71
71
  "playwright": "^1.41.2",
@@ -76,5 +76,5 @@
76
76
  "author": "Michał Łaszczewski <michal@laszczewski.pl>",
77
77
  "license": "BSD-3-Clause",
78
78
  "description": "",
79
- "gitHead": "15d4b3dc445480608c993e4057be208192e97023"
79
+ "gitHead": "745223326ab078f2155434fe684611fc1398df9d"
80
80
  }