auto login after signup

This commit is contained in:
2025-02-09 14:04:38 +08:00
parent 6e17b22dd1
commit 462ec66a26
2 changed files with 24 additions and 6 deletions

View File

@@ -147,7 +147,9 @@ export default function MemberPage() {
{userProfile.whoAmI}
</Markdown>
) : (
"You have not wrote anything about yourself."
<p className="p-6">
You have not wrote anything about yourself.
</p>
)}
</Card>
</div>