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 410d69b commit 7ad0cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Controller/PageController.php
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ 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');

Expand Down

0 comments on commit 7ad0cb2

Please sign in to comment.