baublet/w8mngr

View on GitHub
api/dataServices/user/resetPassword.ts

Summary

Maintainability
A
2 hrs
Test Coverage

Function resetPassword has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export async function resetPassword(
  context: Context,
  credentials: {
    passwordResetToken: string;
    password: string;
Severity: Major
Found in api/dataServices/user/resetPassword.ts - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status