* Standardize API error handling; currently raw exceptions leak sensitive internal information to the client layer. * Urgent remediation required for the 25k critical security vulnerabilities, likely residing deep within the dependency chain. * Eliminate mixed usage of `async/await` with `.then/.catch` promises for cleaner, standard asynchronous flow. * Implementing Redux Toolkit alongside React Query creates potential state management redundancy needing careful scope definition. * Utilize shared components, like `AuthHeader`, for brand consistency and modularity across the authentication flow screens.
Detailed description is only visible to project members.