chore: update login password

This commit is contained in:
2026-06-06 00:13:00 -04:00
parent a01eb1ed4f
commit 8f56c44e56
+1 -1
View File
@@ -4,7 +4,7 @@ interface Props {
onLogin: () => void; onLogin: () => void;
} }
const PASSWORD = 'focusbestie'; const PASSWORD = 'GoogleyBear2020!';
export default function LoginScreen({ onLogin }: Props) { export default function LoginScreen({ onLogin }: Props) {
const [input, setInput] = useState(''); const [input, setInput] = useState('');