Skip to content

Commit

Permalink
Merge pull request #72 from devnoname120/fix-github-token-placeholder…
Browse files Browse the repository at this point in the history
…-format

Fix the GitHub token placeholder format
  • Loading branch information
payne911 authored Nov 30, 2024
2 parents ade65a8 + e62f88a commit d732ed6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@
<p>To raise that limit (it increases it by almost 5000 calls per hour), you should provide a personal Access Token.</p><br/>
<p>If you don't already have one, you can create one and paste its ID into the text-box below. The required scope is pre-configured by the "Create" button's link below.</p><br/>
<label class="label">Access Token (will be stored in your browser's local storage):</label>
<input class="input" id="tokenInput" placeholder="90c6b8218dae4122b07b4a0fae252c619a08941b" />
<input class="input" id="tokenInput" placeholder="ghp_cNlVBvUMvtiFsko51b25zZTOOsiwg1L2XRz2" />
</section>
<footer class="modal-card-foot">
<a href="https://github.com/settings/tokens/new?description=useful-forks%20(no%20scope%20required)" target="_blank" rel="noopener noreferrer"
Expand Down

0 comments on commit d732ed6

Please sign in to comment.