From 258b96757f2d30f68ce873be04b5169de1e1eb9b Mon Sep 17 00:00:00 2001 From: TheArcaneBrony Date: Sat, 17 Sep 2022 23:35:31 +0200 Subject: Cryptographically secure invites, add generation of tokens --- src/api/util/index.ts | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/api/util/index.ts') diff --git a/src/api/util/index.ts b/src/api/util/index.ts index d06860cd..7223d6f4 100644 --- a/src/api/util/index.ts +++ b/src/api/util/index.ts @@ -1,10 +1,4 @@ export * from "./entities/AssetCacheItem"; export * from "./handlers/Message"; export * from "./handlers/route"; -export * from "./handlers/Voice"; -export * from "./utility/Base64"; -export * from "./utility/captcha"; -export * from "./utility/ipAddress"; -export * from "./utility/passwordStrength"; -export * from "./utility/RandomInviteID"; -export * from "./utility/String"; +export * from "./handlers/Voice"; \ No newline at end of file -- cgit 1.5.1