Skip to content

Commit 87a5ee9

Browse files
authored
Allow signout (#345)
1 parent d5053bd commit 87a5ee9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

vue/sbc-common-components/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

vue/sbc-common-components/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "sbc-common-components",
3-
"version": "3.0.9",
3+
"version": "3.0.10",
44
"private": false,
55
"description": "Common Vue Components to be used across BC Registries and Online Services.",
66
"license": "Apache-2.0",

vue/sbc-common-components/src/util/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,6 @@ export enum Pages {
6262
REGISTRY_DASHBOARD = 'dashboard'
6363
}
6464

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

6767
export const ACCOUNT_ID = 'accountid'

0 commit comments

Comments
 (0)