summary refs log tree commit diff
path: root/api/src/util/index.ts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 14:35:32 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-07-20 14:39:35 +1000
commit8d9816879fbc838e4a8b54001673c487a3d3a36a (patch)
treecc26e5a5c503f80a5a6bfec8dbc6f42e56f6785e /api/src/util/index.ts
parentHcaptcha support on login/register (diff)
downloadserver-8d9816879fbc838e4a8b54001673c487a3d3a36a.tar.xz
Hcaptcha backend
Diffstat (limited to 'api/src/util/index.ts')
-rw-r--r--api/src/util/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/src/util/index.ts b/api/src/util/index.ts
index ffbcf24e..de6b6064 100644
--- a/api/src/util/index.ts
+++ b/api/src/util/index.ts
@@ -6,3 +6,4 @@ export * from "./utility/RandomInviteID";
 export * from "./handlers/route";
 export * from "./utility/String";
 export * from "./handlers/Voice";
+export * from "./utility/captcha";
\ No newline at end of file