mirror of
https://github.com/YMFE/yapi.git
synced 2025-02-23 13:59:28 +08:00
fix: 修改sonar检查
This commit is contained in:
parent
84f43a54dd
commit
afe0d9a009
@ -2,6 +2,11 @@
|
||||
|
||||
* 请求配置增加 context.utils.CryptoJS
|
||||
* 环境变量设置出增加全局变量
|
||||
* 增加wiki数据导出功能
|
||||
|
||||
#### Bug Fixed
|
||||
|
||||
* 优化ldap登陆
|
||||
|
||||
### v1.3.19
|
||||
|
||||
|
@ -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;
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user