feathersjs/feathers-authentication-management

View on GitHub
src/methods/reset-password.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function resetPwdWithShortToken has 6 arguments (exceeds 5 allowed). Consider refactoring.
Open

  options: ResetPwdWithShortTokenOptions,
  resetShortToken: string,
  identifyUser: IdentifyUser,
  password: string,
  notifierOptions: NotifierOptions = {},
Severity: Minor
Found in src/methods/reset-password.ts - About 35 mins to fix

    Function resetPassword has 6 arguments (exceeds 5 allowed). Consider refactoring.
    Open

      options: ResetPasswordOptions,
      identifyUser: IdentifyUser,
      tokens: Tokens,
      password: string,
      notifierOptions: NotifierOptions = {},
    Severity: Minor
    Found in src/methods/reset-password.ts - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status