From c324648e41f66c080aa68211f39d845ab92e72c1 Mon Sep 17 00:00:00 2001 From: Ferenc Papp Date: Fri, 9 Feb 2018 15:07:39 +0100 Subject: [PATCH] Update Bootstrap.php --- src/User/Bootstrap.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/User/Bootstrap.php b/src/User/Bootstrap.php index f166761..b7488a7 100644 --- a/src/User/Bootstrap.php +++ b/src/User/Bootstrap.php @@ -166,7 +166,7 @@ class Bootstrap implements BootstrapInterface $di->set( 'yii\web\User', [ - 'enableAutoLogin' => $app->getModule('user')->enableAutologin, + 'enableAutoLogin' => $app->getModule('user')->enableAutoLogin, 'loginUrl' => ['/user/security/login'], 'identityClass' => $di->get(ClassMapHelper::class)->get(User::class), ]