Skip to content

Commit

Permalink
Update demo prod url
Browse files Browse the repository at this point in the history
  • Loading branch information
gberaudo committed May 23, 2024
1 parent 77bf0b2 commit d6375f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import CodeOIDCClient from "./lib/index.js";
function createClient(env) {
const mainURL =
env === "prod"
? "https://keycloak.schweizmobilplus.k8s.fastforward.ch/realms/smobil"
? "https://login.schweizmobil.ch/realms/smobil"
: "https://keycloak.qa.fastforward.ch/realms/smobil-staging";

const wellKnown = {
Expand Down

0 comments on commit d6375f3

Please sign in to comment.