UNPKG

@accounts/two-factor

Version:

[![npm](https://img.shields.io/npm/v/@accounts/two-factor.svg)](https://www.npmjs.com/package/@accounts/two-factor) ![MIT License](https://img.shields.io/badge/license-MIT-blue.svg)

11 lines 367 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errors = void 0; exports.errors = { userNotFound: 'User not found', codeDidNotMatch: `2FA code didn't match`, userTwoFactorNotSet: `2FA not set`, userTwoFactorAlreadySet: `2FA already set`, codeRequired: '2FA code required', }; //# sourceMappingURL=errors.js.map