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

Method isEmailVerificationEnabled

lib/config.ts:164–168  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

162 }
163
164 static async isEmailVerificationEnabled(): Promise<boolean> {
165 await this.loadConfig();
166
167 return this.config.auth.enableEmailVerification;
168 }
169
170 static async isForeverSignupEnabled(): Promise<boolean> {
171 await this.loadConfig();

Callers 6

getFunction · 0.80
postFunction · 0.80
postFunction · 0.80
getFunction · 0.80
postFunction · 0.80
createMethod · 0.80

Calls 1

loadConfigMethod · 0.95

Tested by

no test coverage detected