MCPcopy
hub / github.com/fastapi/full-stack-fastapi-template / randomPassword

Function randomPassword

frontend/tests/utils/random.ts:7–7  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

5 `Team ${Math.random().toString(36).substring(7)}`
6
7export const randomPassword = () => `${Math.random().toString(36).substring(2)}`
8
9export const slugify = (text: string) =>
10 text

Callers 6

items.spec.tsFile · 0.90
admin.spec.tsFile · 0.90
login.spec.tsFile · 0.90
sign-up.spec.tsFile · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected