Refactor ProfileForm component: Improve code readability by formatting error messages and UI elements. Add default avatar selection feature for user profile customization, enhancing user experience. Update button labels for clarity during avatar upload and password modification.

This commit is contained in:
Julien Froidefond
2025-12-09 14:26:13 +01:00
parent 67131f6470
commit b8f4672206
9 changed files with 147 additions and 14 deletions

View File

@@ -1,7 +1,6 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
}
module.exports = nextConfig
};
module.exports = nextConfig;