Skip to content

Commit

Permalink
Merge branch 'next' into revert-types-field
Browse files Browse the repository at this point in the history
  • Loading branch information
ST-DDT authored Mar 23, 2023
2 parents 915d2a8 + 4490a9e commit 880556b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/internet/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1293,7 +1293,8 @@ export class InternetModule {
}

/**
* Generates a random password.
* Generates a random password-like string. Do not use this method for generating actual passwords for users.
* Since the source of the randomness is not cryptographically secure, neither is this generator.
*
* @param options An options object. Defaults to `{}`.
* @param options.length The length of the password to generate. Defaults to `15`.
Expand Down

0 comments on commit 880556b

Please sign in to comment.