|
|
@@ -37,6 +37,11 @@ class SecurityAdminController extends AbstractController |
|
|
|
// the same domain as the rest of the Dashboard) |
|
|
|
'translation_domain' => 'admin', |
|
|
|
|
|
|
|
// the title visible above the login form (define this option only if you are |
|
|
|
// rendering the login template in a regular Symfony controller; when rendering |
|
|
|
// it from an EasyAdmin Dashboard this is automatically set as the Dashboard title) |
|
|
|
'page_title' => '<img class="logo-admin" src="assets/img/' . $this->getParameter('app.admin.logo') . '" >', |
|
|
|
|
|
|
|
// the string used to generate the CSRF token. If you don't define |
|
|
|
// this parameter, the login form won't include a CSRF token |
|
|
|
'csrf_token_intention' => 'authenticate', |