Refactor
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
import rndstr from 'rndstr';
|
||||
|
||||
export default () => `0${rndstr('a-zA-Z0-9', 15)}`;
|
||||
export default () => rndstr('a-zA-Z0-9', 16);
|
||||
|
Reference in New Issue
Block a user