import { useEffect, useState } from 'react'; import { api } from '@/lib/api'; import { useAuthStore } from '@/stores/auth'; import type { Profile } from '@/types'; import { Save, User, Lock, Mail, CheckCircle2, AlertCircle } from 'lucide-react'; import LoadingSpinner, { PageLoader } from '@/components/LoadingSpinner'; function StatusMessage({ type, message }: { type: 'success' | 'error'; message: string }) { return (
Manage your profile, email, and password