e9df7594 by Jonille Arreglo

update

1 parent fb4f478e
...@@ -30,7 +30,7 @@ ...@@ -30,7 +30,7 @@
30 <script> 30 <script>
31 let aiUser = btutil_getCookie('aiwp_logged_in'); 31 let aiUser = btutil_getCookie('aiwp_logged_in');
32 if(!aiUser) { 32 if(!aiUser) {
33 window.location.href = '%REACT_APP_REDIRECT_ACCOUNT%'; 33 window.location.href = '%REACT_APP_AUTH_FAILED_REDIRECTION_URL%';
34 } else { 34 } else {
35 let objBody = { aiwp_logged_in: aiUser }; 35 let objBody = { aiwp_logged_in: aiUser };
36 36
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!