diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 19:41:49 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 19:41:49 +1100 |
commit | bf420aac3284d8d83e7658cddfb347e7243076ce (patch) | |
tree | 7223b67b888e7aa60ca695f24588d5107bd88d05 /src/api/util/index.ts | |
parent | Use staging's GLOBAL_ENV (diff) | |
download | server-bf420aac3284d8d83e7658cddfb347e7243076ce.tar.xz |
Remove Discord oauth login support
Diffstat (limited to '')
-rw-r--r-- | src/api/util/index.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/api/util/index.ts b/src/api/util/index.ts index 49542ceb..ffad0607 100644 --- a/src/api/util/index.ts +++ b/src/api/util/index.ts @@ -7,5 +7,4 @@ export * from "./handlers/route"; export * from "./utility/String"; export * from "./handlers/Voice"; export * from "./utility/captcha"; -export * from "./utility/EmbedHandlers"; -export * from "./handlers/Oauth"; \ No newline at end of file +export * from "./utility/EmbedHandlers"; \ No newline at end of file |