feat: add AccountCenter component for user profile, payments, and wallet management.

This commit is contained in:
2569718930@qq.com
2026-03-13 11:40:50 +08:00
parent 9ba0890ca9
commit c031d9caeb
@@ -253,10 +253,6 @@ export function AccountCenter() {
if (!supabaseReady) return headers;
try {
const client = getSupabaseBrowserClient();
const {
data: { user },
} = await client.auth.getUser();
if (!user) return headers;
const {
data: { session },
} = await client.auth.getSession();