Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Bugfix: fix unable to change password (#12)
Browse files Browse the repository at this point in the history
Co-authored-by: Aaron Dewes <aaron.dewes@protonmail.com>
  • Loading branch information
pwltr and AaronDewes authored Mar 19, 2022
1 parent a484187 commit 0b8db72
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"dependencies": {
"@aarondewes/vue-slider-component": "^3.2.16",
"@bitcoin-design/bitcoin-icons-vue": "^0.1.9",
"@runcitadel/sdk": "^0.3.3",
"@runcitadel/sdk": "^0.3.4",
"@vue/compat": "^3.2.31",
"bignumber.js": "^9.0.2",
"bootstrap": "^5.1.3",
Expand Down
1 change: 1 addition & 0 deletions src/global-styles/custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ body {

.dropdown-item:hover, .dropdown-item:active {
background: #2a3244 !important;
color: var(--bs-body-color);
}

.transaction-description-text, .wallet-transactions-container * {
Expand Down
3 changes: 3 additions & 0 deletions src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@
<input-password
ref="password"
v-model="currentPassword"
placeholder="current password"
input-group-class="neu-input-group"
:input-class="[
isIncorrectPassword ? 'incorrect-password' : '',
Expand All @@ -161,6 +162,7 @@
<input-password
ref="password"
v-model="newPassword"
placeholder="new password"
input-group-class="neu-input-group"
input-class="form-control form-control-lg neu-input w-100"
:disabled="isChangingPassword"
Expand All @@ -172,6 +174,7 @@
<input-password
ref="password"
v-model="confirmNewPassword"
placeholder="confirm password"
input-group-class="neu-input-group"
input-class="form-control form-control-lg neu-input w-100"
:disabled="isChangingPassword"
Expand Down
14 changes: 7 additions & 7 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ __metadata:
dependencies:
"@aarondewes/vue-slider-component": ^3.2.16
"@bitcoin-design/bitcoin-icons-vue": ^0.1.9
"@runcitadel/sdk": ^0.3.3
"@runcitadel/sdk": ^0.3.4
"@types/node": ^17.0.21
"@typescript-eslint/eslint-plugin": ^5.13.0
"@typescript-eslint/parser": ^5.13.0
Expand Down Expand Up @@ -188,15 +188,15 @@ __metadata:
languageName: unknown
linkType: soft

"@runcitadel/sdk@npm:^0.3.3":
version: 0.3.3
resolution: "@runcitadel/sdk@npm:0.3.3"
"@runcitadel/sdk@npm:^0.3.4":
version: 0.3.4
resolution: "@runcitadel/sdk@npm:0.3.4"
dependencies:
undici: ^4.14.1
undici: ^4.15.1
peerDependencies:
"@types/react": ^17.0.39
react: ^17.0.2
checksum: 3fbddb297c84a66db19a99c4cad1964dea31cd39814f89c5f95d531ff7100f592553675f4df375008d4064e96f0d905ab1479c1f544b510c6040ef11c2b3bff4
checksum: 23cdfde3594f916f7a4b7d79856915d6ce474a83e1f96e0247767d2b8fcc6b0be4c181ef50cab37b11df8b97ec4601314b1949146c5e0ea833fc54a7b7b59752
languageName: node
linkType: hard

Expand Down Expand Up @@ -2665,7 +2665,7 @@ __metadata:
languageName: node
linkType: hard

"undici@npm:^4.14.1":
"undici@npm:^4.15.1":
version: 4.15.1
resolution: "undici@npm:4.15.1"
checksum: 13b264d4966de105e211e1ca9433e2d8be5fcfe85e4cafea6b97c4685df3364bc8bc9e9b27796ce400e8a1e45e92a65b1453fcb499557e4f5c013af18f194852
Expand Down

0 comments on commit 0b8db72

Please sign in to comment.