feat: 🎸 set option status

This commit is contained in:
Jin
2025-03-28 01:00:58 +01:00
parent d42b839c32
commit d92fa82ad0
3 changed files with 42 additions and 52 deletions

View File

@@ -80,7 +80,9 @@ const ALLOWED_OPTIONS = new Set<OptionNames>([
"allowedHtmlTags",
"redirectBareDomain",
"showLoginInShareTheme",
"splitEditorOrientation"
"splitEditorOrientation",
"mfaEnabled",
"mfaMethod"
]);
function getOptions() {