From 23065455742be946d7f5791e908c91344f629f7c Mon Sep 17 00:00:00 2001 From: wtclaude Date: Tue, 21 Jul 2026 16:28:46 -0500 Subject: [PATCH] chore(dev): add viewport meta to the stub IdP picker page So the dev stub IdP's account-picker renders at the correct mobile size when it opens in an Android Custom Tab during SSO testing. Co-Authored-By: Claude --- scripts/dev/stub-idp.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/dev/stub-idp.js b/scripts/dev/stub-idp.js index b701a3d..0046272 100644 --- a/scripts/dev/stub-idp.js +++ b/scripts/dev/stub-idp.js @@ -56,7 +56,7 @@ function pickerPage(query) { q.set('login_as', p.sub) return `
  • ${p.name} <${p.email}> ${p.sub}
  • ` }).join('\n') - return `Stub IdP + return `Stub IdP

    Stub IdP — choose a test account

    DEV ONLY. Signs you in as the selected pre-linked identity.