From 13937a256834091580d3533f6a16df43af3b1866 Mon Sep 17 00:00:00 2001 From: chesspro13 Date: Sat, 7 Sep 2024 14:19:16 -0700 Subject: [PATCH] Removed outdated comments --- .../widgets/type_widgets/options/multi_factor_authentication.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js b/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js index a081f4701..ac60c02db 100644 --- a/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js +++ b/src/public/app/widgets/type_widgets/options/multi_factor_authentication.js @@ -166,8 +166,6 @@ export default class MultiFactorAuthenticationOptions extends OptionsWidget { } optionsLoaded(options) { - // TODO: Rework the logic since I've changed how OAuth works - server.get("oauth/status").then((result) => { if (result.enabled) { this.$oAuthEnabledCheckbox.prop("checked", result.enabled);