@cm-sigoo-temp/ui 0.2.25 → 0.2.26
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.
- package/dist/lib/cm-sigoo-temp-ui.js +5 -1
- package/dist/lib/cm-sigoo-temp-ui.js.map +1 -1
- package/package.json +115 -115
|
@@ -6568,7 +6568,11 @@ function Gs({
|
|
|
6568
6568
|
flow: "standard",
|
|
6569
6569
|
silentCheckSsoRedirectUri: T
|
|
6570
6570
|
}).then((S) => {
|
|
6571
|
-
S || rr.login(
|
|
6571
|
+
S || rr.login({
|
|
6572
|
+
// select_account fuerza pantalla de selección de cuenta en el IdP (ej. Google).
|
|
6573
|
+
// Tipos de keycloak-js no incluyen select_account; es válido en OIDC.
|
|
6574
|
+
prompt: "select_account"
|
|
6575
|
+
});
|
|
6572
6576
|
const x = rr.idTokenParsed, { terminal: E, setTerminal: p } = ke.getState(), R = `${(x == null ? void 0 : x.given_name) ?? ""}${x != null && x.given_name && (x != null && x.family_name) ? " " : ""}${x == null ? void 0 : x.family_name}`;
|
|
6573
6577
|
ke.setState({
|
|
6574
6578
|
nombre: R
|