synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
12 lines (11 loc) • 337 B
JavaScript
import { http as s, HttpResponse as e } from "msw";
function r(t) {
return [
s.post(`${t}/auth/v1/2fa/reset`, () => e.json("", { status: 201 })),
s.post(`${t}/auth/v1/2fa/disable`, () => e.json("", { status: 200 }))
];
}
export {
r as getResetTwoFactorAuthHandlers
};
//# sourceMappingURL=resetTwoFactorAuthHandlers.js.map