Skip to content

Commit

Permalink
fix: remove token input pattern rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ineo6 committed Aug 29, 2021
1 parent 3b7f148 commit f5be197
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Options/Options.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,6 @@ class Options extends React.Component<any, OptionsState> {
name="token"
className="master-input github-token"
placeholder="a1b2c3d4e5f6g7h8i9j0a1b2c3d4e5f6g7h8i9j0"
pattern="[a-z\d]{40}"
spellCheck="false"
/>
</label>
Expand Down

0 comments on commit f5be197

Please sign in to comment.