mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-09 20:27:44 +00:00
feat: demo
This commit is contained in:
12
demo/nextjs/app/dashboard/client.tsx
Normal file
12
demo/nextjs/app/dashboard/client.tsx
Normal file
@@ -0,0 +1,12 @@
|
||||
"use client"
|
||||
|
||||
|
||||
export function ManageAccount() {
|
||||
return (
|
||||
<div className="flex items-center gap-2">
|
||||
<p>
|
||||
Manage Account
|
||||
</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user