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
commit 86c84de68b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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 {