This commit is contained in:
parent
d64dceaf94
commit
2d16deb1a8
2
index.ts
2
index.ts
|
@ -297,7 +297,7 @@ function entry(
|
||||||
|
|
||||||
function createIdentifier(): string {
|
function createIdentifier(): string {
|
||||||
return cryptoRandomString({
|
return cryptoRandomString({
|
||||||
length: 20,
|
length: 16,
|
||||||
characters: "1234567890qwertyuiopasdfghjklzxcvbnm",
|
characters: "1234567890qwertyuiopasdfghjklzxcvbnm",
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue