otp actions

This commit is contained in:
2025-12-18 11:03:32 +00:00
parent a81d1de1e5
commit 40d6c7f248
4 changed files with 107 additions and 0 deletions

View File

@@ -2,5 +2,6 @@ import otp from "./otp/otp";
import sendmail from "./sendmail";
export const server = {
otp,
sendmail,
};