From ca8e6824eaa711105f4092365792720c9dde026b Mon Sep 17 00:00:00 2001 From: Joe Carstairs Date: Thu, 18 Jun 2026 19:21:59 +0100 Subject: remove Astro website --- website/src/actions/otp/otp.ts | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 website/src/actions/otp/otp.ts (limited to 'website/src/actions/otp/otp.ts') diff --git a/website/src/actions/otp/otp.ts b/website/src/actions/otp/otp.ts deleted file mode 100644 index 73c322a..0000000 --- a/website/src/actions/otp/otp.ts +++ /dev/null @@ -1,7 +0,0 @@ -import send from "./send-otp"; -import verify from "./verify-otp"; - -export default { - send, - verify, -}; -- cgit v1.2.3