remove the twofactor_totp app since it is bundled now

Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
Simon L 2022-11-26 14:43:21 +01:00
parent 6b3be9d6e8
commit d20cf5777f
4 changed files with 4 additions and 4 deletions

View file

@ -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 {