Browse Source

test use sections

andre 3 months ago
parent
commit
d8a85258b5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/UI/Client/Setting/Sections/AdditionalSection.php

+ 1 - 1
app/UI/Client/Setting/Sections/AdditionalSection.php

@@ -25,7 +25,7 @@ class AdditionalSection extends FreeFieldsSection
     public function initContent()
     {
         $this->generateDoubleSection([new Switcher('dkimsigenabled')]);
-        $this->generateDoubleSection([new Text('test3'), new Text('test4')]);
+        $this->generateDoubleSection([new Switcher('tfaenabled')]);
 
     }
 }