Skip to content

Commit

Permalink
Update BC Registry Create Acct page ( 2 links) (#2665)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jxio authored Dec 15, 2023
1 parent fa2c5fd commit f1f27d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions auth-web/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion auth-web/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth-web",
"version": "2.4.52",
"version": "2.4.53",
"appName": "Auth Web",
"sbcName": "SBC Common Components",
"private": true,
Expand Down
4 changes: 2 additions & 2 deletions auth-web/src/views/auth/ChooseAuthMethodView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ export default class ChooseAuthMethodView extends Vue {
}
get serviceCardURL (): string {
return 'https://id.gov.bc.ca/account/'
return 'https://id.gov.bc.ca/'
}
get bceIdURL (): string {
Expand All @@ -451,7 +451,7 @@ export default class ChooseAuthMethodView extends Vue {
}
get bcTokenURL (): string {
return 'https://www2.gov.bc.ca/gov/content?id=1DEAA1AC5566450FA60F05F084CB157E'
return 'https://id.gov.bc.ca/account/setup-instruction'
}
get serviceCardLearnMoreURL (): string {
Expand Down

0 comments on commit f1f27d7

Please sign in to comment.