Merge pull request #1658 from nextcloud/enh/noid/add-totp-back

add twofactor_totp back as default enabled app
This commit is contained in:
Simon L
2023-01-04 14:17:09 +01:00
committed by GitHub
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 {