Compare commits

..

No commits in common. "a669e2af8119d2ecf592591b81c773f1e2fe7c9c" and "61cfd689f8333e8352f60a8a9c31a0bd0bc5f00e" have entirely different histories.

3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{
"name": "journal.pl",
"version": "2.4.5",
"version": "2.4.4",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "journal.pl",
"version": "2.4.5",
"version": "2.4.4",
"license": "MIT",
"dependencies": {
"@chakra-ui/icons": "^2.1.1",

View File

@ -1,6 +1,6 @@
{
"name": "journal.pl",
"version": "2.4.5",
"version": "2.4.4",
"description": "inno-js platform journal ui repo",
"main": "./src/index.tsx",
"scripts": {

View File

@ -1,8 +1,8 @@
import Keycloak from 'keycloak-js';
export const keycloak = new Keycloak({
url: 'https://kc.bro-js.ru',
realm: 'bro-js',
url: 'https://kc.inno-js.ru',
realm: 'inno-js',
clientId: 'journal'
});