update merge dan set cookies

This commit is contained in:
ari
2025-11-21 15:57:09 +07:00
parent fd8385650c
commit 87121d00fd
2 changed files with 20 additions and 5 deletions
+4 -4
View File
@@ -72,10 +72,10 @@ export function useKeycloak() {
const getProfile = () => profile.value;
// init on client automatically
// onBeforeMount(() => {
// // try check-sso silently
// if (!initialized.value) initKeycloak("check-sso");
// });
onBeforeMount(() => {
// try check-sso silently
if (!initialized.value) initKeycloak("check-sso");
});
const apiErrors = ref<Record<string, string>>({})
const { login } = useUserStore()