ef354e94f2
* refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
3 lines
96 B
TypeScript
3 lines
96 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
export default () => secureRndstr(16);
|