auth email api
This commit is contained in:
@ -135,6 +135,13 @@ class ModuleShopClientController extends AdminController
|
||||
'subject' => "Код авторизации",
|
||||
"from_name" => $_ENV['APP_NAME']
|
||||
]);
|
||||
|
||||
$this->cgView->render('enter_code.php', ['email' => $address]);
|
||||
}
|
||||
|
||||
public function actionCodeCheck(): void
|
||||
{
|
||||
Debug::dd(123);
|
||||
}
|
||||
|
||||
}
|
Reference in New Issue
Block a user