MCPcopy Create free account
hub / github.com/chatwoot/chatwoot /

Class

app/javascript/dashboard/api/mfa.js:4–4  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2import ApiClient from './ApiClient';
3
4class MfaAPI extends ApiClient {
5 constructor() {
6 super('profile/mfa', { accountScoped: false });
7 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected