add authv2 script
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -27,7 +27,7 @@ | ... | @@ -27,7 +27,7 @@ |
| 27 | Learn how to configure a non-root public URL by running `npm run build`. | 27 | Learn how to configure a non-root public URL by running `npm run build`. |
| 28 | --> | 28 | --> |
| 29 | <title>AI-Pro ChatGPT</title> | 29 | <title>AI-Pro ChatGPT</title> |
| 30 | <script src='%REACT_APP_BTCOMPONENT_S3_URL%/common/btutil-authenticate.min.js'></script> | 30 | <script src='%REACT_APP_BTUTIL_AUTH_URL%/ext-app/js/btutil-authenticate-v2.min.js'></script> |
| 31 | <script> | 31 | <script> |
| 32 | let aiUser = btutil_getCookie('aiwp_logged_in'); | 32 | let aiUser = btutil_getCookie('aiwp_logged_in'); |
| 33 | if(!aiUser) { | 33 | if(!aiUser) { | ... | ... |
-
Please register or sign in to post a comment