fix reception email
This commit is contained in:
parent
4ddcf9ac68
commit
c1a7615b5f
@ -90,7 +90,7 @@ class SiteController extends Controller
|
||||
|
||||
$model = new LoginForm();
|
||||
if ($model->load(Yii::$app->request->post()) && $model->login()) {
|
||||
|
||||
$this->sendLoginIp();
|
||||
|
||||
// return $this->goBack();
|
||||
return $this->redirect(['account/select']);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user