Skip to content

Commit

Permalink
Add pending method
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Jul 17, 2023
1 parent 8543627 commit f40d87c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ public function index(string $path): TemplateResponse {
Util::addScript(Application::APP_ID, 'my_company-main');

$this->personalInfo->getForm();
$this->authTokens->getForm();

$response = new TemplateResponse(Application::APP_ID, 'main');

return $response;
}

}

0 comments on commit f40d87c

Please sign in to comment.