1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00
This commit is contained in:
Peter Clement 2021-08-12 14:27:05 +01:00
parent c1d559c96f
commit e49b8236a1

View file

@ -3,15 +3,14 @@ import api from "builderStore/api"
import { auth } from "stores/portal"
export function createAdminStore() {
const DEFAULT_CONFIG = {
loaded: false,
multiTenancy: false,
sandbox: false,
onboardingProgress: 0,
checklist: {"apps":0,"smtp":false,"adminUser":false,"sso":false}
checklist: { apps: 0, smtp: false, adminUser: false, sso: false },
}
const admin = writable(DEFAULT_CONFIG)
async function init() {