From 8cf607dded3b4175886cce810fec8202d755bacb Mon Sep 17 00:00:00 2001 From: CameronFreshworks <53542131+cameron-freshworks@users.noreply.github.com> Date: Tue, 30 Jun 2020 09:21:03 -0700 Subject: [PATCH] Bcsc-update (#850) --- auth-web/src/components/auth/BcscPanel.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/auth-web/src/components/auth/BcscPanel.vue b/auth-web/src/components/auth/BcscPanel.vue index 55a30eeca6..9baa2e61ed 100644 --- a/auth-web/src/components/auth/BcscPanel.vue +++ b/auth-web/src/components/auth/BcscPanel.vue @@ -61,7 +61,7 @@ import { User } from '@/models/user' } }) export default class BcscPanel extends Vue { - private readonly cardSetUpUrl = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/log-in-with-card/mobile-card/set-up-mobile-card' + private readonly cardSetUpUrl = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/log-in-with-card/setup/set-up-mobile-card' private readonly learnMoreUrl = 'https://www2.gov.bc.ca/gov/content/governments/government-id/bc-services-card/log-in-with-card/mobile-card' private secureBulletPoints: Array = [ { text: 'A mobile card is a representation of your BC Services Card on your mobile device. It\'s used to prove who you are when you log in to access government services online.' },