Invite system and user registration #12

Merged
robin merged 4 commits from dev into main 2026-08-31 21:37:38 +02:00
Showing only changes of commit 6b416eeb02 - Show all commits
+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