mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +00:00
remove the twofactor_totp app since it is bundled now
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
6b3be9d6e8
commit
d20cf5777f
4 changed files with 4 additions and 4 deletions
|
|
@ -726,7 +726,7 @@ class ConfigurationManager
|
|||
if (is_string($apps)) {
|
||||
return trim($apps);
|
||||
}
|
||||
return 'twofactor_totp deck tasks calendar contacts';
|
||||
return 'deck tasks calendar contacts';
|
||||
}
|
||||
|
||||
public function GetCollaboraDictionaries() : string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue