update x frame sso

This commit is contained in:
ari
2025-12-15 15:19:39 +07:00
parent 608c791cfc
commit 8f8fc83b22
+1
View File
@@ -21,6 +21,7 @@ export function useKeycloak() {
try {
const initOptions = {
onLoad,
checkLoginIframe: false as const,
promiseType: "native" as const,
pkceMethod: "S256" as const,
};