'use client'; import Link from 'next/link'; export default function AccountSettingsPage() { return (
Profile and security settings for your login.
Password change and profile editing will be wired here next (e.g. invite flow, reset password).