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 cfe281d commit 83a15e0Copy full SHA for 83a15e0
packages/integration-tests/src/test-projects/seed-test-project/amplify/seed/seed.ts
@@ -27,7 +27,7 @@ Amplify.configure(outputFile);
27
const dataClient = generateClient<Schema>();
28
29
const username1 = '[email protected]';
30
-const password1 = `T3st_Passw0rd*${Math.random()}`;
+const password1 = `T3st_Passw0rd*${crypto.randomInt(1, 100)}`;
31
32
const user1 = await createAndSignUpUser({
33
username: username1,
0 commit comments