diff --git a/eslint.config.mjs b/eslint.config.mjs index 82d6ff4..29407a0 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -11,15 +11,15 @@ const compat = new FlatCompat({ const eslintConfig = [ { - ignores: ["src/components/ui/**/*"] + ignores: ["src/components/ui/**/*"], }, ...compat.extends("next/core-web-vitals", "next/typescript"), { rules: { "no-unused-vars": "error", - "@typescript-eslint/no-unused-vars": "error" - } - } + "@typescript-eslint/no-unused-vars": "error", + }, + }, ]; export default eslintConfig; diff --git a/public/profile_fallback.png b/public/profile_fallback.png new file mode 100644 index 0000000..e125c32 Binary files /dev/null and b/public/profile_fallback.png differ diff --git a/src/app/(authenticated)/profile/page.tsx b/src/app/(authenticated)/profile/page.tsx index 89dace3..c61afe1 100644 --- a/src/app/(authenticated)/profile/page.tsx +++ b/src/app/(authenticated)/profile/page.tsx @@ -1,10 +1,25 @@ +import DangerZone from "@/components/application/profile/danger-zone"; +import ProfileDetails from "@/components/application/profile/details"; import React from "react"; const Profile = () => { return ( -
+ User Profile +
+ ++ Change your old password with a new one. +
++ Permanently delete your account from flag0ut. +
++ {user?.primaryEmailAddress?.emailAddress} ++