diff --git a/src/app/(admin)/admin/_components/password.tsx b/src/app/(admin)/admin/_components/password.tsx deleted file mode 100644 index ff39552..0000000 --- a/src/app/(admin)/admin/_components/password.tsx +++ /dev/null @@ -1,7 +0,0 @@ -import { getSession } from "@/lib/auth/session" - -export default async function PasswordSettings() { - const {} = await getSession() - - return null -} diff --git a/src/app/(admin)/admin/_components/user-profile.tsx b/src/app/(admin)/admin/_components/user-profile.tsx index 683c37d..4714db5 100644 --- a/src/app/(admin)/admin/_components/user-profile.tsx +++ b/src/app/(admin)/admin/_components/user-profile.tsx @@ -20,14 +20,14 @@ export default function UserProfile() { if (isPending) { return ( - +
-
-
+
+
@@ -52,7 +52,7 @@ export default function UserProfile() { : user.email?.[0]?.toUpperCase() || "U" return ( - +
@@ -62,13 +62,13 @@ export default function UserProfile() {
-
+
Profile
-
-