Skip to content

Commit

Permalink
Added some more comments to the setup
Browse files Browse the repository at this point in the history
  • Loading branch information
EpicnessTwo committed Jan 8, 2024
1 parent 7fb405c commit 42e2d5e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion frontend/setup.html
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ <h2 class="text-xl font-semibold mb-4">Generating Twitch API Credentials</h2>
<li>Navigate to the "Applications" tab and click "+ Register Your Application".</li>
<li>Fill out the form:
<ul class="list-circle ml-8">
<li><strong>Name</strong>: Enter a name for your app.</li>
<li><strong>Name</strong>: Enter a name for your app. Do not use terms such as Twitch, Stream or Channel as these are reserved.</li>
<li><strong>OAuth Redirect URL</strong>: <code>http://localhost</code></li>
<li><strong>Category</strong>: Analytics Tool.</li>
<li><strong>Client Type</strong>: Confidential.</li>
Expand All @@ -82,6 +82,7 @@ <h2 class="text-xl font-semibold mb-4">Generating Twitch API Credentials</h2>
<strong>Enter Your Credentials</strong>:
<ul class="list-disc ml-8">
<li>Return to this setup page and enter your Client ID and Client Secret in the fields provided.</li>
<li>These credentials are stored on your machine and will only be sent to Twitch.</li>
</ul>
</li>
</ol>
Expand Down

0 comments on commit 42e2d5e

Please sign in to comment.