()
| 174 | } |
| 175 | |
| 176 | static async isMultiFactorAuthEnabled(): Promise<boolean> { |
| 177 | await this.loadConfig(); |
| 178 | |
| 179 | return this.config.auth.enableMultiFactor; |
| 180 | } |
| 181 | |
| 182 | static async isSingleSignOnEnabled(): Promise<boolean> { |
| 183 | await this.loadConfig(); |
no test coverage detected