Spaces:
Sleeping
Sleeping
| export function insecureRandomString(): string { | |
| return Math.random().toString(36).slice(2); | |
| } | |
| export function insecureRandomString(): string { | |
| return Math.random().toString(36).slice(2); | |
| } | |