diff --git a/packages/playground/src/utils/strings.ts b/packages/playground/src/utils/strings.ts index 24bcda4e73..ea3543e008 100644 --- a/packages/playground/src/utils/strings.ts +++ b/packages/playground/src/utils/strings.ts @@ -1,7 +1,7 @@ import { randomChoice } from "@threefold/grid_client"; export function generatePassword(length = 12): string { - return generateString("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789 #$%!", length); + return generateString("abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789#$%!", length); } export interface GenerateNameOptions {