make logout redirect a env var
This commit is contained in:
parent
2185629c6e
commit
3ba032153e
3 changed files with 7 additions and 7 deletions
1
public/env.js
vendored
1
public/env.js
vendored
|
|
@ -1,3 +1,4 @@
|
|||
window.env = {
|
||||
REACT_APP_API_URL: 'http://localhost:5000/api/v1',
|
||||
REACT_APP_SSO_LOGOUT_URL: 'https://login.example.org/if/flow/default-invalidation-flow/'
|
||||
};
|
||||
|
|
|
|||
Reference in a new issue