profi sayfası
This commit is contained in:
@@ -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 || ""
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user