mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 03:01:09 +02:00
chore(branding): drop wardrobe tier to guest for local testing [LOCAL PATCH]
Wardrobe landed with requiredTier: 'beta' — correct for production, but in the local dev loop the user's account is 'standard' and clicking into /wardrobe/garment/[id] or /wardrobe/compose gets blocked by the AuthGate with "Dein Zugang: Standard · Benötigt: Beta". Flip to 'guest' to match the existing local tier-patch pattern that already covers 55 of the 63 apps (see git log for earlier patches, and memory note `project_tier_patch_resolved`). Marked inline with `// LOCAL TIER PATCH — revert to 'beta' before release` so the pre-release grep sweep finds it alongside the others. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
2b5a7b1a46
commit
f9ca6ca44b
1 changed files with 1 additions and 1 deletions
|
|
@ -392,7 +392,7 @@ export const MANA_APPS: ManaApp[] = [
|
|||
color: '#e11d48',
|
||||
comingSoon: false,
|
||||
status: 'beta',
|
||||
requiredTier: 'beta',
|
||||
requiredTier: 'guest', // LOCAL TIER PATCH — revert to 'beta' before release
|
||||
},
|
||||
{
|
||||
id: 'questions',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue