@isoftdata/svelte-user-configuration 2.0.3 → 2.0.5

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.
@@ -347,7 +347,7 @@
347
347
  iconClass="paper-plane"
348
348
  disabled={!canEditAccountInfo}
349
349
  onclick={() => {
350
- passwordRecoveryModal?.open(userAccount.workEmail, userAccount.lastPasswordResetDate)
350
+ passwordRecoveryModal?.open(userAccount.recoveryEmail, userAccount.lastPasswordResetDate)
351
351
  }}
352
352
  >
353
353
  {translate('configuration.user.sendResetToken', 'Send Reset Token')}...
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@isoftdata/svelte-user-configuration",
3
- "version": "2.0.3",
3
+ "version": "2.0.5",
4
4
  "exports": {
5
5
  ".": {
6
6
  "types": "./dist/index.d.ts",
@@ -19,7 +19,7 @@
19
19
  "svelte": "^5.23.2"
20
20
  },
21
21
  "devDependencies": {
22
- "@fortawesome/fontawesome-common-types": "^6.7.2",
22
+ "@fortawesome/fontawesome-common-types": "^7.1.0",
23
23
  "@isoftdata/prettier-config": "^2.0.4",
24
24
  "@isoftdata/svelte-bootstrap-version-switcher": "^1.1.0",
25
25
  "@sveltejs/adapter-auto": "^6.0.0",