AutoLogout always allowed

This commit is contained in:
the-djmaze 2022-10-27 16:05:28 +02:00
parent be8c453cac
commit dec2c1e84c
6 changed files with 5 additions and 19 deletions

View file

@ -41,9 +41,7 @@ export class SettingsUserScreen extends AbstractSettingsScreen {
views.push(UserSettingsFilters);
}
if (SettingsCapa('AutoLogout') || SettingsCapa('OpenPGP') || SettingsCapa('GnuPG')) {
views.push(UserSettingsSecurity);
}
views.push(UserSettingsSecurity);
views.push(UserSettingsFolders);