diff --git a/package.json b/package.json index cb553d59..33f2f0f5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "drama-queen-container", "private": true, - "version": "1.0.5", + "version": "1.0.6", "workspaces": [ "drama-queen", "queen-v2", diff --git a/queen-v2/package.json b/queen-v2/package.json index 89677513..c8ad2ddb 100644 --- a/queen-v2/package.json +++ b/queen-v2/package.json @@ -1,6 +1,6 @@ { "name": "queen-v2", - "version": "1.0.0-alpha.1", + "version": "1.0.0-alpha.2", "description": "Web application for the management of questionnaires powered by Lunatic", "repository": { "type": "git", diff --git a/queen-v2/src/utils/constants/index.js b/queen-v2/src/utils/constants/index.js index 8f677026..4d1bdc69 100644 --- a/queen-v2/src/utils/constants/index.js +++ b/queen-v2/src/utils/constants/index.js @@ -6,7 +6,7 @@ export const AUTHENTICATION_TYPE_ENUM = [NONE, OIDC]; export const AUTHENTICATION_MODE_ENUM = [ANONYMOUS, KEYCLOAK]; export const READ_ONLY = 'readonly'; -export const QUEEN_URL = window.localStorage.getItem('QUEEN_URL') || ''; +export const QUEEN_URL = window.localStorage.getItem('QUEEN_V2_URL') || ''; export const QUEEN_USER_KEY = 'QUEEN_USER'; export const SYNCHRONIZE_KEY = 'SYNCHRONIZE';