更新 'src/plugins/orangehrmAuthenticationPlugin/Controller/LoginController.php'
This commit is contained in:
parent
6c86081bd1
commit
f900ca2626
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user