Skip to content

Commit

Permalink
Accept new token format correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
fregante committed Apr 1, 2021
1 parent 1661135 commit 2eb0cae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/options.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
name="token"
spellcheck="false"
autocomplete="off"
pattern="[\da-f]{40}|gp1_\w{36,251}"
pattern="[\da-f]{40}|ghp_\w{36,251}"
required
/>
</p>
Expand Down

0 comments on commit 2eb0cae

Please sign in to comment.