diff --git a/dashboard/src/components/PublicPageLayout.vue b/dashboard/src/components/PublicPageLayout.vue index 4e0f0e0ab..aca93107e 100644 --- a/dashboard/src/components/PublicPageLayout.vue +++ b/dashboard/src/components/PublicPageLayout.vue @@ -2,7 +2,7 @@ import { API_ORIGIN } from '../constants.js'; -const props = defineProps({ +defineProps({ footerHtml: { type: String, default: '', @@ -15,47 +15,62 @@ const props = defineProps({
- +
- - + +
+ +
- +
- - - diff --git a/dashboard/src/components/SetupAccount.vue b/dashboard/src/components/SetupAccount.vue index 39956868e..bd59139eb 100644 --- a/dashboard/src/components/SetupAccount.vue +++ b/dashboard/src/components/SetupAccount.vue @@ -4,6 +4,7 @@ import { ref, onMounted } from 'vue'; import { marked } from 'marked'; import { Button, PasswordInput, FormGroup, TextInput, fetcher } from 'pankow'; import { API_ORIGIN } from '../constants.js'; +import PublicPageLayout from '../components/PublicPageLayout.vue'; import ProfileModel from '../models/ProfileModel.js'; const profileModel = ProfileModel.create(); @@ -103,14 +104,8 @@ onMounted(async () => {