Params Changed in LOGIN api : ps

This commit is contained in:
VE10-Sanjeev 2023-06-14 18:49:54 +05:30
parent 89c87dec15
commit ffc7cf1d3c

View File

@ -1501,8 +1501,8 @@ class Common_Masters_Controller extends REST_Controller {
public function login_post() {
// $username= "mwisesales1@sine.com";
// $password ="test1234";
$username= $this->post('un');
$password = $this->post('pwd');
$username= $this->post('username');
$password = $this->post('password');
// echo $username;
// echo $password;die;
$result = $this->aws_cognito->login($username, $password);