refactor: remove non existent asset file (#3042)

The file is non existent.

Added in c669d3cb47

Removed in ea2a6b3f68
This commit is contained in:
Jonas L 2024-06-22 17:18:16 +02:00 committed by GitHub
parent c96f78df9f
commit 4e0953d513
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 2 deletions

View File

@ -108,8 +108,6 @@ class LoginController extends Zend_Controller_Action
public function passwordRestoreAction() public function passwordRestoreAction()
{ {
$this->view->headScript()->appendFile(Assets::url('js/airtime/login/password-restore.js'), 'text/javascript');
$request = $this->getRequest(); $request = $this->getRequest();
$stationLocale = Application_Model_Preference::GetDefaultLocale(); $stationLocale = Application_Model_Preference::GetDefaultLocale();