Skip to content

Commit

Permalink
Merge pull request #65 from palladiumkenya/uploadExcel
Browse files Browse the repository at this point in the history
update client id for test
  • Loading branch information
MaryKilewe authored Mar 18, 2024
2 parents 8e5bbc0 + 4f79bc6 commit 73020fc
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 @@ -12,7 +12,7 @@ if (window.location.host === "localhost:3000"){
client_id = "dwh.his"
authority = 'https://auth.kenyahmis.org/dwhidentity'
}else if (window.location.host === "histest.kenyahmis.org"){
client_id = "dwh.his"
client_id = "dwh.his-portal"
authority = 'https://identity.kenyahmis.org'
}else if (window.location.host === "prod.kenyahmis.org:3001"){
client_id = "dwh.his-prod"
Expand Down

0 comments on commit 73020fc

Please sign in to comment.