summaryrefslogtreecommitdiff
path: root/website/src/actions/index.ts
diff options
context:
space:
mode:
authorJoe Carstairs <me@joeac.net>2025-12-18 11:03:32 +0000
committerJoe Carstairs <me@joeac.net>2025-12-18 11:03:32 +0000
commit40d6c7f248c3fe506690ee3ccb3894f952e164ed (patch)
treefe135c14cb58385d109a3bfcadde46dc5ffcafba /website/src/actions/index.ts
parenta81d1de1e58ee2c314dbbea941dcb4e4a776ed84 (diff)
otp actions
Diffstat (limited to 'website/src/actions/index.ts')
-rw-r--r--website/src/actions/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/website/src/actions/index.ts b/website/src/actions/index.ts
index 8f55443..a2dcded 100644
--- a/website/src/actions/index.ts
+++ b/website/src/actions/index.ts
@@ -2,5 +2,6 @@ import otp from "./otp/otp";
import sendmail from "./sendmail";
export const server = {
+ otp,
sendmail,
};