diff --git a/dashboard/src/components/PublicPageLayout.vue b/dashboard/src/components/PublicPageLayout.vue index aca93107e..33e006798 100644 --- a/dashboard/src/components/PublicPageLayout.vue +++ b/dashboard/src/components/PublicPageLayout.vue @@ -7,6 +7,10 @@ defineProps({ type: String, default: '', }, + iconUrl: { + type: String, + default: `${API_ORIGIN}/api/v1/cloudron/avatar`, + }, }); @@ -15,12 +19,12 @@ defineProps({
- +
diff --git a/dashboard/src/views/LoginView.vue b/dashboard/src/views/LoginView.vue index 6bff6ffb7..7ed5a284f 100644 --- a/dashboard/src/views/LoginView.vue +++ b/dashboard/src/views/LoginView.vue @@ -85,7 +85,7 @@ onMounted(async () => {