Skip to content

Commit

Permalink
Accept the new token format in the options (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
ckzhang26 committed Mar 5, 2021
1 parent ad67596 commit 03b8941
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}"
pattern="[\da-f]{40}|gp1_\w{36,251}"
required
/>
</p>
Expand Down

0 comments on commit 03b8941

Please sign in to comment.