mirror of https://github.com/certd/certd
chore: simple nanoid 12位
parent
5b3931ecb7
commit
e6ab0b6864
|
@ -1,3 +1,3 @@
|
|||
import { customAlphabet } from 'nanoid';
|
||||
|
||||
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 10);
|
||||
export const simpleNanoId = customAlphabet('1234567890abcdefghijklmopqrstuvwxyz', 12);
|
||||
|
|
Loading…
Reference in New Issue