Skip to content

Commit 4948a0a

Browse files
author
Eugene Tulika
committed
MAGETWO-45420: Custom Admin URL with https is enabled with errors
1 parent d6673fb commit 4948a0a

File tree

1 file changed

+1
-2
lines changed
  • app/code/Magento/Backend/Controller/Adminhtml/Auth

1 file changed

+1
-2
lines changed

app/code/Magento/Backend/Controller/Adminhtml/Auth/Login.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ class Login extends \Magento\Backend\Controller\Adminhtml\Auth
2121
protected $frontNameResolver;
2222

2323
/**
24-
* Constructor
25-
*
2624
* @param \Magento\Backend\App\Action\Context $context
2725
* @param \Magento\Framework\View\Result\PageFactory $resultPageFactory
26+
* @param FrontNameResolver $frontNameResolver
2827
*/
2928
public function __construct(
3029
\Magento\Backend\App\Action\Context $context,

0 commit comments

Comments
 (0)