UNPKG

synapse-react-client

Version:

[![npm version](https://badge.fury.io/js/synapse-react-client.svg)](https://badge.fury.io/js/synapse-react-client) [![code style: prettier](https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square)](https://github.com/prettier/prettie

12 lines (11 loc) 337 B
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