mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-12-12 21:53:09 +02:00
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);
|