mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
Merge pull request #1658 from nextcloud/enh/noid/add-totp-back
add twofactor_totp back as default enabled app
This commit is contained in:
commit
86c84de68b
6 changed files with 6 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue