We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df5a7b4 commit 579181fCopy full SHA for 579181f
src/routes/Weeding.tsx
@@ -6,7 +6,7 @@ import Button from '#components/Button';
6
import Countdown from '#components/CountDown';
7
8
const Weeding = () => {
9
- const [password, setPassword] = useState('280795');
+ const [password, setPassword] = useState('');
10
const [isSecret, setIsSecret] = useState(false);
11
const [errorMessage, setErrorMessage] = useState('');
12
const [duration, setDuration] = useState<Duration | null>(null);
0 commit comments