MCPcopy Index your code
hub / github.com/YMFE/yapi / checkRegister

Method checkRegister

server/controllers/base.js:160–167  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

158 }
159
160 async checkRegister() {
161 // console.log('config', yapi.WEBCONFIG);
162 if (yapi.WEBCONFIG.closeRegister) {
163 return false;
164 } else {
165 return true;
166 }
167 }
168
169 async checkLDAP() {
170 // console.log('config', yapi.WEBCONFIG);

Callers 1

getLoginStatusMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected