Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Code Lines | 5 |
Lines | 0 |
Ratio | 0 % |
Tests | 0 |
CRAP Score | 2 |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
25 | #[\Override] |
||
26 | public function getBody(): ITemplate { |
||
27 | $template = Server::get(ITemplateManager::class)->getTemplate('twofactor_gateway', 'personal_settings'); |
||
28 | $template->assign('gateway', $this->gateway); |
||
29 | $template->assign('isComplete', $this->isComplete); |
||
30 | return $template; |
||
31 | } |
||
33 |