mirror of
https://github.com/sim1222/misskey.git
synced 2025-08-07 17:23:54 +09:00
update token generation
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import rndstr from 'rndstr';
|
||||
|
||||
export default () => `!${rndstr('a-zA-Z0-9', 31)}`;
|
||||
export default () => `0${rndstr('a-zA-Z0-9', 15)}`;
|
||||
|
Reference in New Issue
Block a user