@@ -666,8 +666,8 @@ |
||
| 666 | 666 | break; |
| 667 | 667 | } |
| 668 | 668 | $html .= '<a href="' . htmlspecialchars((string)$uriBuilder->buildUriFromRoute('mfa')) . '" class="btn btn-' . ($hasActiveProviders ? 'default' : 'success') . '">'; |
| 669 | - $html .= $this->iconFactory->getIcon($hasActiveProviders ? 'actions-cog' : 'actions-add', Icon::SIZE_SMALL); |
|
| 670 | - $html .= ' <span>' . htmlspecialchars($lang->getLL('mfaProviders.' . ($hasActiveProviders ? 'manageLinkTitle' : 'setupLinkTitle'))) . '</span>'; |
|
| 669 | + $html .= $this->iconFactory->getIcon($hasActiveProviders ? 'actions-cog' : 'actions-add', Icon::SIZE_SMALL); |
|
| 670 | + $html .= ' <span>' . htmlspecialchars($lang->getLL('mfaProviders.' . ($hasActiveProviders ? 'manageLinkTitle' : 'setupLinkTitle'))) . '</span>'; |
|
| 671 | 671 | $html .= '</a>'; |
| 672 | 672 | break; |
| 673 | 673 | default: |
@@ -38,8 +38,8 @@ |
||
| 38 | 38 | public function getFactories(): array |
| 39 | 39 | { |
| 40 | 40 | return [ |
| 41 | - Controller\ConfigurationController::class => [ static::class, 'getConfigurationController' ], |
|
| 42 | - Controller\DatabaseIntegrityController::class => [ static::class, 'getDatabaseIntegrityController' ], |
|
| 41 | + Controller\ConfigurationController::class => [static::class, 'getConfigurationController'], |
|
| 42 | + Controller\DatabaseIntegrityController::class => [static::class, 'getDatabaseIntegrityController'], |
|
| 43 | 43 | ]; |
| 44 | 44 | } |
| 45 | 45 | |