mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-09-03 22:47:03 +03:00
Removed AppAdminStore
This commit is contained in:
parent
004eba6be2
commit
62cb918180
6 changed files with 11 additions and 39 deletions
|
|
@ -1,15 +0,0 @@
|
|||
import ko from 'ko';
|
||||
import { SettingsGet } from 'Common/Globals';
|
||||
|
||||
export const AppAdminStore = {
|
||||
weakPassword: ko.observable(false),
|
||||
dataFolderAccess: ko.observable(false),
|
||||
|
||||
populate: function() {
|
||||
this.weakPassword(!!SettingsGet('WeakPassword'));
|
||||
/*
|
||||
SettingsGet('WeakPassword')
|
||||
&& fetch('./data/VERSION?' + Math.random()).then(() => this.dataFolderAccess(true));
|
||||
*/
|
||||
}
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue