update
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment