kullanıcı avatar denemesi.

This commit is contained in:
2026-07-28 05:58:53 +02:00
parent 91c2b0910f
commit 7480629923
+1 -1
View File
@@ -10,7 +10,7 @@ let activeTab = "desktop";
async function render() { async function render() {
const user = pb.authStore.model; const user = pb.authStore.model;
const avatar = pb.collectionId(users).avatar; const avatar = pb.authStore.model?avatar;
if (!user) { if (!user) {
renderLogin(); renderLogin();