diff --git a/oauth/src/components/AuthButton.jsx b/oauth/src/components/AuthButton.jsx index 2a51fc7..140e0a7 100644 --- a/oauth/src/components/AuthButton.jsx +++ b/oauth/src/components/AuthButton.jsx @@ -55,7 +55,7 @@ export default function AuthButton({ user, onLogin, onLogout, loading }) { type="text" value={handleInput} onChange={(e) => setHandleInput(e.target.value)} - placeholder="your.handle.com" + placeholder="user.bsky.social" disabled={isLoading} className="handle-input" onKeyPress={(e) => { diff --git a/oauth/src/components/RecordList.jsx b/oauth/src/components/RecordList.jsx index 3d0b5a8..dcda128 100644 --- a/oauth/src/components/RecordList.jsx +++ b/oauth/src/components/RecordList.jsx @@ -125,17 +125,6 @@ export default function RecordList({ title, records, apiConfig, showTitle = true - {expandedRecords.has(i) && ( -
- {JSON.stringify(record, null, 2)} --
+ {JSON.stringify(record, null, 2)} ++