twik a bit

This commit is contained in:
Primakov Alexandr Alexandrovich
2025-01-07 16:57:37 +03:00
parent 6b07fef62f
commit 55d23f1e47
3 changed files with 1037 additions and 1937 deletions

View File

@@ -1,7 +1,9 @@
import Keycloak from 'keycloak-js';
import Keycloak from 'keycloak-js'
export const keycloak = new Keycloak({
url: KC_URL,
realm: KC_REALM,
clientId: KC_CLIENT_ID,
});
(window as any).kc = keycloak