This commit is contained in:
Leandro Facchinetti 2021-01-05 18:58:17 +00:00
parent d64dceaf94
commit 2d16deb1a8
1 changed files with 1 additions and 1 deletions

View File

@ -297,7 +297,7 @@ function entry(
function createIdentifier(): string {
return cryptoRandomString({
length: 20,
length: 16,
characters: "1234567890qwertyuiopasdfghjklzxcvbnm",
});
}