Fixed PJAX Registration and password recovery

This commit is contained in:
Lucas Bartholemy 2017-01-04 14:42:51 +01:00
parent 7ac67ce973
commit 47c9aac669
2 changed files with 0 additions and 12 deletions

View File

@ -15,7 +15,6 @@ use humhub\modules\user\models\User;
use humhub\modules\user\models\Password;
use humhub\modules\user\models\forms\AccountRecoverPassword;
/**
* Password Recovery
*
@ -29,11 +28,6 @@ class PasswordRecoveryController extends Controller
*/
public $layout = "@humhub/modules/user/views/layouts/main";
/**
* @inheritdoc
*/
public $subLayout = "_layout";
/**
* @inheritdoc
*/

View File

@ -9,7 +9,6 @@
namespace humhub\modules\user\controllers;
use Yii;
use yii\web\HttpException;
use yii\authclient\ClientInterface;
use humhub\components\Controller;
@ -31,11 +30,6 @@ class RegistrationController extends Controller
*/
public $layout = "@humhub/modules/user/views/layouts/main";
/**
* @inheritdoc
*/
public $subLayout = "_layout";
/**
* @inheritdoc
*/