BiFace config

This commit is contained in:
2020-05-22 14:49:20 +07:00
parent 7b0f188794
commit 2e6e53bc10
10 changed files with 1524 additions and 15 deletions

View File

@@ -73,7 +73,7 @@ class SiteController extends Controller {
$model = new LoginForm();
if ($model->load(Yii::$app->request->post()) && $model->login()) {
return $this->redirect(["/dashboard"]);
return $this->redirect(["/config"]);
}
$model->password = '';