@cm-sigoo-temp/ui 0.2.43 → 0.2.44
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { default as Keycloak } from 'keycloak-js';
|
|
2
|
-
export type EnvLoginKeycloak = 'dev' | 'test';
|
|
2
|
+
export type EnvLoginKeycloak = 'dev' | 'test' | 'prod';
|
|
3
3
|
/**
|
|
4
4
|
* Crea la instancia de Keycloak para login según el ambiente.
|
|
5
5
|
* Si no se recibe ambiente, se usa 'dev' por defecto.
|