Show correct icon url in openid login view

This commit is contained in:
Johannes Zellner
2025-04-29 12:30:05 +02:00
parent d5a8731850
commit 434bfdde67
2 changed files with 7 additions and 3 deletions

View File

@@ -85,7 +85,7 @@ onMounted(async () => {
</script>
<template>
<PublicPageLayout :footerHtml="footer">
<PublicPageLayout :footerHtml="footer" :icon-url="iconUrl">
<div v-if="ready">
<small>{{ $t('login.loginTo') }}</small>
<h1>{{ name }}</h1>