disable 2fa endpoint

This commit is contained in:
Milo Schwartz
2024-10-02 23:39:07 -04:00
parent 5dd860ef1c
commit f88cb71e62
4 changed files with 91 additions and 1 deletions

View File

@@ -3,3 +3,4 @@ export * from "./signup";
export * from "./logout";
export * from "./verifyTotp";
export * from "./requestTotpSecret";
export * from "./disable2fa";