chore: update login password
This commit is contained in:
@@ -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('');
|
||||||
|
|||||||
Reference in New Issue
Block a user