diff --git a/strr-web/.env.local b/strr-web/.env.local deleted file mode 100644 index ae24abf6e..000000000 --- a/strr-web/.env.local +++ /dev/null @@ -1,24 +0,0 @@ -VUE_APP_POD_NAMESPACE=local -# canada post -VUE_APP_ADDRESS_COMPLETE_KEY= -# vaults web-url -VUE_APP_REGISTRY_URL="https://dev.bcros.ca/dashboard" -VUE_APP_REGISTRY_HOME_URL="https://dev.bcregistry.gov.bc.ca/" -VUE_APP_AUTH_WEB_URL="https://dev.account.bcregistry.gov.bc.ca/" -# vaults keycloak -VUE_APP_KEYCLOAK_AUTH_URL="https://dev.loginproxy.gov.bc.ca/auth" -VUE_APP_KEYCLOAK_REALM="bcregistry" -VUE_APP_KEYCLOAK_CLIENTID="strr-web" -# vaults API -VUE_APP_AUTH_API_URL="https://auth-api-dev.apps.silver.devops.gov.bc.ca" -VUE_APP_AUTH_API_VERSION="/api/v1" -VUE_APP_LEGAL_API_URL="https://legal-api-dev.apps.silver.devops.gov.bc.ca" -VUE_APP_LEGAL_API_VERSION_2="/api/v2" -# pay API -VUE_APP_PAY_API_URL="https://pay-api-dev.apps.silver.devops.gov.bc.ca" -VUE_APP_PAY_API_VERSION="/api/v1" -# STRR API -VUE_APP_STRR_API_URL="http://localhost:5000" -VUE_APP_STRR_API_VERSION="" -# ldarkly -VUE_APP_LD_CLIENT_ID= diff --git a/strr-web/.gitignore b/strr-web/.gitignore index f9de832f0..4683a7c46 100644 --- a/strr-web/.gitignore +++ b/strr-web/.gitignore @@ -19,6 +19,7 @@ logs .idea # Local env files +.env.local .env *.firebase diff --git a/strr-web/components/bcros/existing-accounts-list/ExistingAccountsList.vue b/strr-web/components/bcros/existing-accounts-list/ExistingAccountsList.vue index 903ce750a..9385629e6 100644 --- a/strr-web/components/bcros/existing-accounts-list/ExistingAccountsList.vue +++ b/strr-web/components/bcros/existing-accounts-list/ExistingAccountsList.vue @@ -14,7 +14,9 @@ justify-space-between mobile:mx-[8px] mx-[32px] mt-[24px] border-bcGovColor-hairlinesOnWhite`" >
+ {{ t('create-account.contact.subtitle') }} +
++ {{ t('create-account.contact.subtitle-two') }} +
++ {{ t('create-account.contact.remove') }} +
++ {{ t('create-account.contact.subtitle') }} +
+- {{ t(activeStep.formTitle) }} -
-