profi sayfası

This commit is contained in:
2026-01-10 20:38:06 +03:00
parent dd2d7b8379
commit a41da2286f
17 changed files with 476 additions and 93 deletions

View File

@@ -64,6 +64,7 @@ async function getUserDetails(userId: string) {
firstName,
lastName,
email: user.email || "",
role: profile.role as "admin" | "user"
role: profile.role as "admin" | "user",
phone: profile.phone || ""
}
}