mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Added Admin TOTP to admin security page
This commit is contained in:
parent
98aff451f5
commit
8ac116d0a4
6 changed files with 46 additions and 49 deletions
|
|
@ -9,7 +9,7 @@ export class AboutAdminSettings /*extends AbstractViewSettings*/ {
|
|||
}
|
||||
|
||||
onBuild() {
|
||||
Remote.phpExtensions((iError, data) => iError || this.phpextensions(data.Result));
|
||||
Remote.defaultRequest((iError, data) => iError || this.phpextensions(data.Result), 'AdminPHPExtensions');
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue