Skip to content

Commit

Permalink
Fix - Correction du lien de postlogout des configs
Browse files Browse the repository at this point in the history
  • Loading branch information
noelmugnier committed Nov 13, 2020
1 parent 0baa6da commit 077c412
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/configs/config.staging.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const config = {
settings: {
client_id: "37f6e39f-5b99-4943-b906-a033bdf2f1bb",
redirect_uri: "https://dev.app.sheaft.com/#/callback",
post_logout_redirect_uri: "https://rd.app.sheaft.com",
post_logout_redirect_uri: "https://dev.app.sheaft.com",
response_type: "code",
scope: "openid profile email crud role offline_access",
authority: "https://sheaft-identity-rd.azurewebsites.net",
Expand Down

0 comments on commit 077c412

Please sign in to comment.