()
| 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(); |