mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-01 04:22:15 +08: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 { settingsGet } from 'Storage/Settings';
|
||||
import { AbstractAppStore } from 'Stores/AbstractApp';
|
||||
|
@ -25,10 +23,11 @@ class AppAdminStore extends AbstractAppStore {
|
|||
|
||||
this.weakPassword(!!settingsGet('WeakPassword'));
|
||||
this.useLocalProxyForExternalImages(!!settingsGet('UseLocalProxyForExternalImages'));
|
||||
|
||||
/*
|
||||
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…
Reference in a new issue