mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-12-16 18:29:01 +01:00
0e4a111f81
Resolve #7779
3 lines
99 B
TypeScript
3 lines
99 B
TypeScript
import { secureRndstr } from '@/misc/secure-rndstr';
|
|
|
|
export default () => secureRndstr(16, true);
|