auth0-extensions/auth0-sso-dashboard-extension

View on GitHub
client/actions/auth.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function loadCredentials has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function loadCredentials() {
  return (dispatch) => {
    const credentials = loadForAdmin() || loadForUser();

    if (credentials) {
Severity: Minor
Found in client/actions/auth.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status