show error message

main
Wayne Hsu 3 years ago
parent fcefc1bbbb
commit a844ce5792

@ -47,7 +47,7 @@ class User extends ApiController
unset($sso_data); unset($sso_data);
}catch(\Exception $e){ }catch(\Exception $e){
return $this->error('sync sso user info error!!!'); return $this->error($e->getMessage());
} }
} }

Loading…
Cancel
Save