04015176 by Ian Rizh Mañago

add authv2 script

1 parent 790a6acb
...@@ -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) {
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!