+
+ }
+ title="Identity"
+ rows={[
+ ['Email', user.email ?? 'Not connected'],
+ ['Phone', user.phone ?? 'Not connected'],
+ ['Verification', getVerificationLabel(user.verificationLevel)],
+ ]}
+ />
+ }
+ title="Wallet"
+ rows={[
+ ['Address', formatWalletAddress(user.walletAddress)],
+ ['Chain', user.walletChain ?? 'Not connected'],
+ ['Funding', isPro ? 'Top-ups enabled' : 'Pro required'],
+ ]}
+ />
+ }
+ title="Secrets"
+ rows={[
+ ['Skill secrets', 'Server-held'],
+ ['OAuth credentials', 'Scoped by provider'],
+ ['Local keys', 'None connected'],
+ ]}
+ />
+
+