mirror of
https://github.com/fosrl/pangolin.git
synced 2026-03-02 00:36:38 +00:00
disable 2fa endpoint
This commit is contained in:
@@ -54,3 +54,4 @@ authRouter.post("/login", auth.login);
|
||||
authRouter.post("/logout", auth.logout);
|
||||
authRouter.post("/verify-totp", auth.verifyTotp);
|
||||
authRouter.post("/request-totp-secret", auth.requestTotpSecret);
|
||||
authRouter.post("/disable-2fa", auth.disable2fa);
|
||||
|
||||
Reference in New Issue
Block a user