更新 'src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php'

This commit is contained in:
zhongjin 2023-07-10 22:05:11 +08:00
parent 6c86081bd1
commit f900ca2626

View File

@ -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))