Skip to content

Commit

Permalink
Allow signout (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
seeker25 authored Jan 4, 2024
1 parent d5053bd commit 87a5ee9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions vue/sbc-common-components/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 vue/sbc-common-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sbc-common-components",
"version": "3.0.9",
"version": "3.0.10",
"private": false,
"description": "Common Vue Components to be used across BC Registries and Online Services.",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion vue/sbc-common-components/src/util/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ export enum Pages {
REGISTRY_DASHBOARD = 'dashboard'
}

export const ALLOWED_URIS_FOR_PENDING_ORGS: string[] = ['setup-non-bcsc-account']
export const ALLOWED_URIS_FOR_PENDING_ORGS: string[] = ['setup-non-bcsc-account', 'signout']

export const ACCOUNT_ID = 'accountid'

0 comments on commit 87a5ee9

Please sign in to comment.