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