All files / src errors.ts

100% Statements 1/1
100% Branches 0/0
100% Functions 0/0
100% Lines 1/1
1 2 3 4 5 6 7 8 9 10    3x              
import { ErrorMessages } from './types';
 
export const errors: ErrorMessages = {
  userNotFound: 'User not found',
  codeDidNotMatch: `2FA code didn't match`,
  userTwoFactorNotSet: `2FA not set`,
  userTwoFactorAlreadySet: `2FA already set`,
  codeRequired: '2FA code required',
};