Skip to content

Combine API keys into security settings#190

Merged
arjunkomath merged 2 commits into
mainfrom
ui/combine-security-api-keys
Jul 23, 2026
Merged

Combine API keys into security settings#190
arjunkomath merged 2 commits into
mainfrom
ui/combine-security-api-keys

Conversation

@arjunkomath

@arjunkomath arjunkomath commented Jul 23, 2026

Copy link
Copy Markdown
Member

Summary

  • move API key management into the Security settings tab alongside two-factor authentication
  • remove the separate API Keys tab and its tab value entirely

Validation

  • Oracle reviewed the tab merge; its legacy URL compatibility suggestion was intentionally omitted so the removed tab has no remaining alias
  • biome check components/settings/global-settings.tsx
  • tsc --noEmit
  • git diff --check

@github-actions

github-actions Bot commented Jul 23, 2026

Copy link
Copy Markdown

React Doctor found no issues. 🎉

⚠️ Warning: .github/workflows/react-doctor.yml is configured incorrectly. See below to fix.

React Doctor compares against main to report only the issues this pull request introduces. This run couldn't complete that comparison (usually a shallow CI checkout with no merge base), so it listed every issue in the changed files, including ones that already existed on main.

Add fetch-depth: 0 to the actions/checkout step in .github/workflows/react-doctor.yml so the checkout includes the history React Doctor needs:

 jobs:
   react-doctor:
     steps:
       - uses: actions/checkout@v5
+        with:
+          fetch-depth: 0

       - uses: millionco/react-doctor@v2

To silence this warning, set silence-missing-baseline-warning: true on the React Doctor action.

Reviewed by React Doctor for commit 12d9996.

Amp-Thread-ID: https://ampcode.com/threads/T-019f8ddb-567f-7098-b526-777a2b97c8ec

Co-authored-by: Arjun Komath <arjunkomath@gmail.com>
@arjunkomath
arjunkomath enabled auto-merge July 23, 2026 08:08
@arjunkomath
arjunkomath merged commit 6903036 into main Jul 23, 2026
7 checks passed
@arjunkomath
arjunkomath deleted the ui/combine-security-api-keys branch July 23, 2026 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants