update bug fix
This commit is contained in:
@@ -9,6 +9,7 @@ const token = ref<string | null>(null);
|
||||
const profile = ref<any>(null);
|
||||
|
||||
export function useKeycloak() {
|
||||
const config = useRuntimeConfig()
|
||||
const initKeycloak = async (onLoad: "login-required" | "check-sso" = "check-sso") => {
|
||||
if (kc) return kc;
|
||||
kc = new Keycloak({
|
||||
|
||||
Reference in New Issue
Block a user