kullanıcı avatar denemesi.

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