From bde4ff99cabe5af501099f29aa7d56ba5daa2319 Mon Sep 17 00:00:00 2001 From: arebynd Date: Sun, 15 Feb 2026 16:44:14 +0000 Subject: [PATCH] Update App.tsx --- App.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/App.tsx b/App.tsx index f8d54cd..652d7d5 100644 --- a/App.tsx +++ b/App.tsx @@ -1,4 +1,3 @@ - import React, { useState, useEffect } from 'react'; import { WizardState, Step, GeneratedContent } from './types'; import StepContext from './components/StepContext'; @@ -17,7 +16,7 @@ const AUTH_KEY = 'promptstory-auth-token'; // --- PASSWORD CONFIGURATION --- const ENV_PASSWORD = getEnvVar('VITE_APP_PASSWORD'); // Fallback Hardcoded Password (Safety net) -const FALLBACK_PASS = 'Preorder$Disinfect6$Childlike$Unnamed'; +const FALLBACK_PASS = 'Preorder$Disinfect6$Childlike$Unnamed1'; // Decision Logic const APP_PASSWORD = ENV_PASSWORD || FALLBACK_PASS;