diff --git a/auth-web/.env.example b/auth-web/.env.example index c7c479739..e11aad1ba 100644 --- a/auth-web/.env.example +++ b/auth-web/.env.example @@ -32,6 +32,7 @@ VUE_APP_BUSINESS_CREATE_URL="https://dev.create.business.bcregistry.gov.bc.ca/" VUE_APP_CORPORATE_ONLINE_URL="https://www.corporateonline.gov.bc.ca" VUE_APP_NRO_URL="https://dev.bcregistrynames.gov.bc.ca/nro/" VUE_APP_REGISTRY_SEARCH_URL="https://dev.search.business.bcregistry.gov.bc.ca/" +VUE_APP_NAMEX_WEB_URL="https://dev.namex.bcregistry.gov.bc.ca/" #vaults API VUE_APP_AUTH_API_URL="https://auth-api-dev.apps.silver.devops.gov.bc.ca" diff --git a/auth-web/devops/vaults.env b/auth-web/devops/vaults.env index 634ff4472..950381cdc 100644 --- a/auth-web/devops/vaults.env +++ b/auth-web/devops/vaults.env @@ -32,6 +32,7 @@ VUE_APP_CORP_FORMS_URL="op://web-url/$APP_ENV/bcregistry/CORP_FORMS_URL" VUE_APP_LLP_FORMS_URL="op://web-url/$APP_ENV/bcregistry/LLP_FORMS_URL" VUE_APP_LP_FORMS_URL="op://web-url/$APP_ENV/bcregistry/LP_FORMS_URL" VUE_APP_XLP_FORMS_URL="op://web-url/$APP_ENV/bcregistry/XLP_FORMS_URL" +VUE_APP_NAMEX_WEB_URL="op://web-url/$APP_ENV/auth-web/NAMEX_WEB_URL" #vaults API VUE_APP_AUTH_API_URL="op://API/$APP_ENV/auth-api/AUTH_API_URL" diff --git a/auth-web/package-lock.json b/auth-web/package-lock.json index b6b8e62bb..d5312da69 100644 --- a/auth-web/package-lock.json +++ b/auth-web/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth-web", - "version": "2.6.77", + "version": "2.6.78", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth-web", - "version": "2.6.77", + "version": "2.6.78", "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 4e9de7239..f9cd6b8f1 100644 --- a/auth-web/package.json +++ b/auth-web/package.json @@ -1,6 +1,6 @@ { "name": "auth-web", - "version": "2.6.77", + "version": "2.6.78", "appName": "Auth Web", "sbcName": "SBC Common Components", "private": true, diff --git a/auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue b/auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue index edf5b8a6d..e86c4286f 100644 --- a/auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue +++ b/auth-web/src/components/auth/staff/continuation-application/ContinuationApplicationTable.vue @@ -1,5 +1,6 @@ - + + + + + + +