summaryrefslogtreecommitdiff
path: root/website/src/actions/otp/otp.ts
blob: 73c322a759ba0241992f7fe072ec296f8bb6e253 (plain)
1
2
3
4
5
6
7
import send from "./send-otp";
import verify from "./verify-otp";

export default {
  send,
  verify,
};