Add initial cloudron.io account section
This commit is contained in:
@@ -9,6 +9,7 @@ const t = i18n.t;
|
||||
import { ref, onMounted, watch } from 'vue';
|
||||
import { Dropdown } from 'pankow';
|
||||
import Section from '../components/Section.vue';
|
||||
import CloudronAccount from '../components/CloudronAccount.vue';
|
||||
import SystemUpdate from '../components/SystemUpdate.vue';
|
||||
import PrivateRegistry from '../components/PrivateRegistry.vue';
|
||||
import CloudronModel from '../models/CloudronModel.js';
|
||||
@@ -90,8 +91,7 @@ onMounted(async () => {
|
||||
|
||||
<h1>{{ $t('settings.title') }}</h1>
|
||||
|
||||
<Section :title="$t('settings.appstoreAccount.title')">
|
||||
</Section>
|
||||
<CloudronAccount />
|
||||
|
||||
<Section :title="$t('settings.timezone.title')">
|
||||
<p v-html="$t('settings.timezone.description', { timeZone: prettyTimeZone(timeZone) })"></p>
|
||||
|
||||
Reference in New Issue
Block a user