From f900ca26269ad249d7283dc486c0139a3e0e6e9e Mon Sep 17 00:00:00 2001 From: zhongjin Date: Mon, 10 Jul 2023 22:05:11 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'src/plugins/orangehrmAuth?= =?UTF-8?q?enticationPlugin/Controller/LoginController.php'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Controller/LoginController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php b/src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php index f5add27..45f058a 100644 --- a/src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php +++ b/src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php @@ -80,7 +80,7 @@ class LoginController extends AbstractVueController implements PublicControllerI ) ); $component->addProp( - new Prop('login-logo-src', Prop::TYPE_STRING, $request->getBasePath() . '/images/ohrm_logo.png') + new Prop('login-logo-src', Prop::TYPE_STRING, $request->getBasePath() . '/images/air.png') ); $component->addProp( new Prop('login-banner-src', Prop::TYPE_STRING, $this->getThemeService()->getLoginBannerURL($request))