From 2eb0caed5752b267ae87c2a6e6912ff79e1675cb Mon Sep 17 00:00:00 2001 From: Federico Date: Thu, 1 Apr 2021 17:44:24 +0300 Subject: [PATCH] Accept new token format correctly --- source/options.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/options.html b/source/options.html index 63a98e9..2240e5d 100644 --- a/source/options.html +++ b/source/options.html @@ -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 />