Commit f885f61a by Nabiilah Putri Safa

change clientId

1 parent 080a1895
Showing with 2 additions and 2 deletions
...@@ -4,8 +4,8 @@ const keycloakConfig = { ...@@ -4,8 +4,8 @@ const keycloakConfig = {
url: 'https://login.ui.ac.id', url: 'https://login.ui.ac.id',
realm: 'main', realm: 'main',
// clientId: "civitas", //harus minta ijin localhost dulu clientId: "civitas", //harus minta ijin localhost dulu
clientId: 'vueplayground', // clientId: 'vueplayground',
} }
// Directly instantiate the Keycloak instance to avoid 'null' issues // Directly instantiate the Keycloak instance to avoid 'null' issues
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!