Skip to content

Commit

Permalink
forgot to change an QUEEN_URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ddecrulle committed May 12, 2023
1 parent 67181fc commit aeeb7b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "drama-queen-container",
"private": true,
"version": "1.0.5",
"version": "1.0.6",
"workspaces": [
"drama-queen",
"queen-v2",
Expand Down
2 changes: 1 addition & 1 deletion queen-v2/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion queen-v2/src/utils/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down

0 comments on commit aeeb7b2

Please sign in to comment.