fix: update welcome message in ApplicationLayout and simplify payment verification logic in DevicesToPay

This commit is contained in:
2025-05-30 20:40:24 +05:00
parent 0c093f1303
commit a093ab1666
2 changed files with 5 additions and 20 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ export async function ApplicationLayout({
</div>
</header>
<div className="text-sm font-mono px-2 p-1 bg-green-500/10 text-green-900 dark:text-green-400">
Logged in as,{" "}
Welcome,{" "}
<span className="font-semibold">
{session?.user?.first_name} {session?.user?.last_name}
</span>