'use client'; import Link from 'next/link'; export default function AccountSettingsPage() { return (
← Back to app

Account

Profile and security settings for your login.

Password change and profile editing will be wired here next (e.g. invite flow, reset password).

); }