michielbdejong/solid-panes

View on GitHub
src/trustedApplications/trustedApplications.view.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function render has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

async function render (dom, main, statusArea): Promise<void> {
  const authContext = await authn.logInLoadProfile({ dom: dom, div: main, statusArea: statusArea, me: null })
  const subject = authContext.me as NamedNode

  const profile = subject.doc()
Severity: Minor
Found in src/trustedApplications/trustedApplications.view.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status