feat: add Accounts page with QR code display for WhatsApp re-authentication
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,9 @@ export default function RootLayout({ children }: { children: React.ReactNode })
|
||||
<Link href="/groups" className="rounded px-3 py-2 text-sm hover:bg-gray-100">
|
||||
Groups & Routes
|
||||
</Link>
|
||||
<Link href="/accounts" className="rounded px-3 py-2 text-sm hover:bg-gray-100">
|
||||
Accounts
|
||||
</Link>
|
||||
</nav>
|
||||
<main className="flex-1 overflow-auto p-6">{children}</main>
|
||||
</body>
|
||||
|
||||
Reference in New Issue
Block a user