add twofactor_totp back as default enabled app

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-01-02 23:25:02 +01:00
parent dc74c2f94f
commit a0bbb86b13
6 changed files with 6 additions and 6 deletions

View file

@ -735,7 +735,7 @@ class ConfigurationManager
if (is_string($apps)) {
return trim($apps);
}
return 'deck tasks calendar contacts';
return 'deck twofactor_totp tasks calendar contacts';
}
public function GetCollaboraDictionaries() : string {