MCPcopy Create free account
hub / github.com/bewcloud/bewcloud / isForeverSignupEnabled

Method isForeverSignupEnabled

lib/config.ts:170–174  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168 }
169
170 static async isForeverSignupEnabled(): Promise<boolean> {
171 await this.loadConfig();
172
173 return this.config.auth.enableForeverSignup;
174 }
175
176 static async isMultiFactorAuthEnabled(): Promise<boolean> {
177 await this.loadConfig();

Callers 1

createMethod · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected