Skip to content

Commit

Permalink
Merge pull request #2360 from dfinity/letmejustputthishere-patch-6
Browse files Browse the repository at this point in the history
Update integrate-identity.md
  • Loading branch information
jessiemongeon1 authored Jan 18, 2024
2 parents 3d77288 + e89ece7 commit a81a398
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 a81a398

Please sign in to comment.