edffc5a0 by Ian Rizh Mañago

27528_apply_authv2_chatgpt

1 parent 2cca589e
......@@ -27,7 +27,12 @@
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>AI-Pro ChatGPT</title>
<script src='%REACT_APP_BTUTIL_AUTH_URL%/ext-app/js/btutil-authenticate-v2.min.js'></script>
<script>
let ver = new Date().getTime();
let btutilAsset = document.createElement('script');
btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver);
document.head.appendChild(btutilAsset);
</script>
</head>
<body>
<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!