mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
This commit is contained in:
parent
a5d41edb24
commit
749f372042
1 changed files with 3 additions and 4 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
import window from 'window';
|
|
||||||
import $ from '$';
|
|
||||||
import ko from 'ko';
|
import ko from 'ko';
|
||||||
import { settingsGet } from 'Storage/Settings';
|
import { settingsGet } from 'Storage/Settings';
|
||||||
import { AbstractAppStore } from 'Stores/AbstractApp';
|
import { AbstractAppStore } from 'Stores/AbstractApp';
|
||||||
|
|
@ -25,10 +23,11 @@ class AppAdminStore extends AbstractAppStore {
|
||||||
|
|
||||||
this.weakPassword(!!settingsGet('WeakPassword'));
|
this.weakPassword(!!settingsGet('WeakPassword'));
|
||||||
this.useLocalProxyForExternalImages(!!settingsGet('UseLocalProxyForExternalImages'));
|
this.useLocalProxyForExternalImages(!!settingsGet('UseLocalProxyForExternalImages'));
|
||||||
|
/*
|
||||||
if (settingsGet('Auth')) {
|
if (settingsGet('Auth')) {
|
||||||
$.get('./data/VERSION?' + window.Math.random()).then(() => this.dataFolderAccess(true));
|
window.fetch('./data/VERSION?' + window.Math.random()).then(() => this.dataFolderAccess(true));
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue