diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index f681bae2b8..c85cea4f6e 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.48", + "version": "2.6.49", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.48", + "version": "2.6.49", "dependencies": { "@bcrs-shared-components/base-address": "2.0.3", "@bcrs-shared-components/bread-crumb": "1.0.8", diff --git a/auth-web/package.json b/auth-web/package.json index 379b710d36..5a1e0a1388 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.48", + "version": "2.6.49", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/pay/OutstandingBalances.vue b/auth-web/src/components/pay/OutstandingBalances.vue index 8887e87892..d374cff34a 100644 --- a/auth-web/src/components/pay/OutstandingBalances.vue +++ b/auth-web/src/components/pay/OutstandingBalances.vue @@ -304,6 +304,10 @@ export default defineComponent({ cursor: pointer; } +.caution-box { + color: $gray7; +} + .choose-text { font-size: 16px; font-weight: bold; diff --git a/auth-web/src/components/pay/eft/ShortNameAccountLink.vue b/auth-web/src/components/pay/eft/ShortNameAccountLink.vue index bbdbfe671e..c6df4d9660 100644 --- a/auth-web/src/components/pay/eft/ShortNameAccountLink.vue +++ b/auth-web/src/components/pay/eft/ShortNameAccountLink.vue @@ -6,6 +6,45 @@ @close-short-name-linking-dialog="closeShortNameLinkingDialog" @on-link-account="onLinkAccount" /> + + + + {{ confirmDialogText }} + + + + + + Cancel + + + Confirm + + + + - + Cancel Payment + + + + + Apply Payments + {{ actionDropdown[index] ? 'mdi-menu-up' : 'mdi-menu-down' }} @@ -108,10 +164,11 @@ - - Cancel payment and remove linkage + + Unlink Account @@ -125,8 +182,9 @@ color="primary" min-width="5rem" min-height="2rem" - class="open-action-btn unlink-action-btn" - @click="unlinkAccount(item)" + class="open-action-btn single-action-btn" + :loading="loading" + @click="showConfirmUnlinkAccountModal(item)" > Unlink Account @@ -155,19 +213,20 @@
+ {{ confirmDialogText }} +