Commit ea07ce03 by 冷斌

fix bug

parent 1b05ef45
......@@ -159,10 +159,6 @@ class PassportAction extends CommonAction
$openid = $_POST['openid'];
$result = $this->passport->loginLocal($login, $password, $remember);
var_dump($result);
die;
if (!$result) {
$status = 0;
$info = $this->passport->getError();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment