Skip to content

Commit

Permalink
Merge pull request #59 from palladiumkenya/HeaderUpdates
Browse files Browse the repository at this point in the history
update identity
  • Loading branch information
MaryKilewe authored Feb 7, 2024
2 parents 21acd55 + 43a86bf commit 4106dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/UserService.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if (window.location.host === "localhost:3000"){
authority = 'https://identity.kenyahmis.org'
}else if (window.location.host === "hisportal.kenyahmis.org"){
client_id = "dwh.his-portal"
authority = 'https://identity.kenyahmis.org/nascop'
authority = 'https://identity.kenyahmis.org'
}

const config = {
Expand Down

0 comments on commit 4106dfe

Please sign in to comment.