RocketChat/Rocket.Chat

View on GitHub
apps/meteor/client/lib/utils/createToken.ts

Summary

Maintainability
A
0 mins
Test Coverage
export const createToken = (): string => Math.random().toString(36).substring(2, 15) + Math.random().toString(36).substring(2, 15);