src/trustedApplications/trustedApplications.view.ts
Function render
has 34 lines of code (exceeds 25 allowed). Consider refactoring. Open
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()