fix: 修改sonar检查

This commit is contained in:
gaoxiaolin.gao 2018-07-19 20:19:30 +08:00
parent 84f43a54dd
commit afe0d9a009
2 changed files with 6 additions and 1 deletions

View File

@ -2,6 +2,11 @@
* 请求配置增加 context.utils.CryptoJS
* 环境变量设置出增加全局变量
* 增加wiki数据导出功能
#### Bug Fixed
* 优化ldap登陆
### v1.3.19

View File

@ -205,7 +205,7 @@ class userController extends baseController {
} catch (e) {
console.error('third_login:', e.message); // eslint-disable-line
throw new Error(`third_login: ${e.message}`);
return false;
}
}