update merge dan set cookies
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user