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