mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-08-31 13:09:21 +03:00
cleanup webpack export references
This commit is contained in:
parent
b1e066d4a7
commit
1535dd00f1
54 changed files with 84 additions and 168 deletions
|
|
@ -11,7 +11,7 @@ import { command } from 'Knoin/Knoin';
|
|||
|
||||
const settingsGet = rl.settings.get;
|
||||
|
||||
class SecurityAdminSettings {
|
||||
export class SecurityAdminSettings {
|
||||
constructor() {
|
||||
this.weakPassword = AppAdminStore.weakPassword;
|
||||
|
||||
|
|
@ -172,5 +172,3 @@ class SecurityAdminSettings {
|
|||
this.twoFactorDropperUserFocused(false);
|
||||
}
|
||||
}
|
||||
|
||||
export { SecurityAdminSettings, SecurityAdminSettings as default };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue