5ae7a722 by Jonille Arreglo

27190_loggedin

1 parent 5cb67ea8
......@@ -30,7 +30,7 @@
<script>
let aiUser = btutil_getCookie('aiwp_logged_in');
if(!aiUser) {
//window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
} else {
let objBody = { aiwp_logged_in: aiUser };
......@@ -42,7 +42,7 @@
function cbCheckAuthentication(res) {
// console.log(res);
if (!res.success) {
//window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
} else {
document.getElementById("root").classList.add("active");
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!