From 763114df6fb7298ddf14c0ad9998d54077e44843 Mon Sep 17 00:00:00 2001
From: Adrian Bonpin
Date: Sun, 28 Jun 2026 22:19:51 +0800
Subject: [PATCH] fix: correct 'Manage API Keys' link from /pair success screen
- Profile page now reads ?tab= query param to open Settings tab directly
- Settings container reads ?subtab= query param to open API Keys directly
- /pair success link updated to /profile?tab=settings&subtab=api-keys (was /profile/settings?tab=api-keys which 404'd)
---
apps/web/app/pair/page.tsx | 2 +-
apps/web/app/profile/page.tsx | 7 ++++++-
apps/web/components/profile/settings-container.tsx | 10 +++++++++-
3 files changed, 16 insertions(+), 3 deletions(-)
diff --git a/apps/web/app/pair/page.tsx b/apps/web/app/pair/page.tsx
index b7f3b69..9bfecaf 100644
--- a/apps/web/app/pair/page.tsx
+++ b/apps/web/app/pair/page.tsx
@@ -170,7 +170,7 @@ function PairContent() {
was created. You can close this page and return to your Steam Deck.