fix: Keep default SeCu logo, only replace with org logo if uploaded

This commit is contained in:
2026-03-13 05:17:36 +00:00
parent bd0051561a
commit c14d44dfd8

View File

@@ -84,7 +84,7 @@ function isActive(href: string) {
>
</template>
<template v-else>
<span class="text-2xl font-bold text-primary-600">🔐 {{ authStore.orgName || 'SeCu' }}</span>
<span class="text-2xl font-bold text-primary-600">🔐 SeCu</span>
</template>
</div>