mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 10:05:52 +02: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