fix: added missing space

This commit is contained in:
2026-08-31 19:36:00 +02:00
parent 69fe3651df
commit 6b416eeb02
+1 -1
View File
@@ -22,7 +22,7 @@ onMounted(() => {
<section class="card info-card">
<h4>Users</h4>
<p class="row">
<span>Signed in as</span>
<span>Signed in as </span>
<strong>{{ authStore.email ?? 'Unknown' }}</strong>
</p>
<button