diff --git a/frontend/src/components/LoginScreen.tsx b/frontend/src/components/LoginScreen.tsx index e489b62..4f3aac0 100644 --- a/frontend/src/components/LoginScreen.tsx +++ b/frontend/src/components/LoginScreen.tsx @@ -4,7 +4,7 @@ interface Props { onLogin: () => void; } -const PASSWORD = 'focusbestie'; +const PASSWORD = 'GoogleyBear2020!'; export default function LoginScreen({ onLogin }: Props) { const [input, setInput] = useState('');