Added feedback
This commit is contained in:
parent
d865ac8e06
commit
f46aabb4d3
8 changed files with 148 additions and 61 deletions
|
|
@ -8,6 +8,8 @@ function makeid(size) {
|
|||
return text;
|
||||
}
|
||||
|
||||
export const randomText = n => makeid(n);
|
||||
|
||||
export const randomUsername = () => makeid(7);
|
||||
|
||||
export const randomPassword = () => randomUsername();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue