fixes login page in tenant admin pwa

This commit is contained in:
Codex Agent
2025-11-07 13:52:29 +01:00
parent 253239455b
commit f3c44be76d
9 changed files with 156 additions and 21 deletions

View File

@@ -92,7 +92,7 @@ export function DevTenantSwitcher() {
</button>
</div>
<p className="text-xs text-amber-700">
Select a seeded tenant to mint OAuth tokens and jump straight into their admin space. Available only in development builds.
Select a seeded tenant to mint Sanctum PATs and jump straight into their admin space. Available only in development builds.
</p>
<div className="space-y-1">
{DEV_TENANT_KEYS.map(({ key, label }) => (