merge app api

This commit is contained in:
Schneider Roland
2023-01-19 17:43:10 +01:00
570 changed files with 81491 additions and 1263 deletions

View File

@@ -35,6 +35,7 @@ class LoginController extends CustomerApiController
public function actionLogin()
{
$form = new LoginForm();
$form->scenario = "default";
$form->load(\Yii::$app->request->post(), '');