mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Improve AppUser.bootstart
This commit is contained in:
parent
3c8cdcbb07
commit
9158fcd0eb
6 changed files with 81 additions and 118 deletions
|
|
@ -1,5 +1,4 @@
|
|||
import ko from 'ko';
|
||||
import { SettingsGet } from 'Common/Globals';
|
||||
import { addObservablesTo } from 'Common/Utils';
|
||||
|
||||
export const AccountUserStore = {
|
||||
|
|
@ -18,11 +17,6 @@ export const AccountUserStore = {
|
|||
// });
|
||||
// return result;
|
||||
// }),
|
||||
|
||||
populate: () => {
|
||||
AccountUserStore.email(SettingsGet('Email'));
|
||||
AccountUserStore.parentEmail(SettingsGet('ParentEmail'));
|
||||
}
|
||||
};
|
||||
|
||||
addObservablesTo(AccountUserStore, {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue