c1514ce91d
Fix #13290
9 lines
253 B
TypeScript
9 lines
253 B
TypeScript
/*
|
|
* SPDX-FileCopyrightText: syuilo and misskey-project
|
|
* SPDX-License-Identifier: AGPL-3.0-only
|
|
*/
|
|
|
|
import { secureRndstr } from '@/misc/secure-rndstr.js';
|
|
|
|
// eslint-disable-next-line import/no-default-export
|
|
export default () => secureRndstr(16);
|