user.ts 423 B

12345678910
  1. export default {
  2. 40301: () => $gettext('Password incorrect'),
  3. 40303: () => $gettext('User banned'),
  4. 40304: () => $gettext('Invalid otp code'),
  5. 40305: () => $gettext('Invalid recovery code'),
  6. 50000: () => $gettext('WebAuthn settings are not configured'),
  7. 50001: () => $gettext('User not enabled otp as 2fa'),
  8. 50002: () => $gettext('Otp or recovery code empty'),
  9. 40401: () => $gettext('Session not found'),
  10. }