mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-29 20:19:22 +03:00
AutoLogout always allowed
This commit is contained in:
parent
be8c453cac
commit
dec2c1e84c
6 changed files with 5 additions and 19 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue