mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
Make GnuPG separate admin settings option
This commit is contained in:
parent
91d9da4046
commit
c1385894cc
32 changed files with 51 additions and 35 deletions
|
|
@ -28,6 +28,7 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
|
|||
|
||||
viewQRCode: '',
|
||||
|
||||
capaGnuPG: SettingsCapa('GnuPG'),
|
||||
capaOpenPGP: SettingsCapa('OpenPGP')
|
||||
});
|
||||
|
||||
|
|
@ -65,7 +66,8 @@ export class AdminSettingsSecurity extends AbstractViewSettings {
|
|||
|
||||
adminPasswordNew2: reset,
|
||||
|
||||
capaOpenPGP: value => Remote.saveSetting('CapaOpenPGP', value)
|
||||
capaGnuPG: value => Remote.saveSetting('capaGnuPG', value),
|
||||
capaOpenPGP: value => Remote.saveSetting('capaOpenPGP', value)
|
||||
});
|
||||
|
||||
this.adminTOTP(SettingsGet('adminTOTP'));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue