mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
add twofactor_totp back as default enabled app
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
dc74c2f94f
commit
a0bbb86b13
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