660d8961 by Jonille Arreglo

Merge branch '27190_loggedin' into '1DEVT'

27190_loggedin

See merge request !56
2 parents 0a1d5e49 e9df7594
......@@ -30,7 +30,7 @@
<script>
let aiUser = btutil_getCookie('aiwp_logged_in');
if(!aiUser) {
window.location.href = '%REACT_APP_REDIRECT_ACCOUNT%';
window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
} else {
let objBody = { aiwp_logged_in: aiUser };
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!