From 40d6c7f248c3fe506690ee3ccb3894f952e164ed Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Dec 2025 11:03:32 +0000 Subject: otp actions --- website/src/actions/index.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'website/src/actions/index.ts') 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, }; -- cgit v1.2.3