edffc5a0 by Ian Rizh Mañago

27528_apply_authv2_chatgpt

1 parent 2cca589e
...@@ -27,7 +27,12 @@ ...@@ -27,7 +27,12 @@
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_BTUTIL_AUTH_URL%/ext-app/js/btutil-authenticate-v2.min.js'></script> 30 <script>
31 let ver = new Date().getTime();
32 let btutilAsset = document.createElement('script');
33 btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver);
34 document.head.appendChild(btutilAsset);
35 </script>
31 </head> 36 </head>
32 <body> 37 <body>
33 <noscript>You need to enable JavaScript to run this app.</noscript> 38 <noscript>You need to enable JavaScript to run this app.</noscript>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!