This commit is contained in:
2024-02-13 21:29:44 +03:00
parent d4ef738160
commit a40c6eea0a
3 changed files with 58 additions and 35 deletions

View File

@@ -1,16 +1,12 @@
import React from 'react';
import ReactDom from 'react-dom';
import Keycloak from 'keycloak-js';
import App from './app';
import { keycloak } from './__data__/const';
export default () => <App/>;
const keycloak = new Keycloak({
url: 'https://kc.inno-js.ru',
realm: 'test',
clientId: 'jurnal'
});
const start = async () => {
try {