We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cf700a commit 9a46f61Copy full SHA for 9a46f61
lib/validate.ts
@@ -18,7 +18,7 @@
18
19
const RX_EMAIL = /^[-a-z0-9.]+@[-a-z0-9.]+$/i;
20
const RX_NS = /^[-_a-z-0-9]+$/i;
21
-const RX_TOKEN = /^[a-f0-9]{40}$/;
+const RX_TOKEN = /^.+$/;
22
23
/**
24
* Checks if a given string email-like
0 commit comments