Skip to content

Commit

Permalink
Update integrate-identity.md
Browse files Browse the repository at this point in the history
  • Loading branch information
letmejustputthishere authored Jan 18, 2024
1 parent e68f80f commit e89ece7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ loginButton.onclick = async (e) => {
identityProvider:
process.env.DFX_NETWORK === "ic"
? "https://identity.ic0.app"
: `http://localhost:4943/?canisterId=rdmx6-jaaaa-aaaaa-aaadq-cai`,
: `http://rdmx6-jaaaa-aaaaa-aaadq-cai.localhost:4943`,
onSuccess: resolve,
});
});
Expand Down

0 comments on commit e89ece7

Please sign in to comment.