Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
edffc5a0
authored
2023-07-11 09:43:43 +0800
by
Ian Rizh Mañago
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
27528_apply_authv2_chatgpt
1 parent
2cca589e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
1 deletions
client/public/index.html
client/public/index.html
View file @
edffc5a
...
...
@@ -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>
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment