Skip to content

Commit 34a398a

Browse files
authored
Implement bypass given emails don't work
just in case you have a code
1 parent 9c12217 commit 34a398a

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

islands/loginForm.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,11 @@ const LoginForm = ({
224224
</label>
225225
<p
226226
className={`mb-2 text-sm text-red-500 ${!error && "invisible"} `}
227+
onClick={() => {
228+
if (stage.value == 0) {
229+
stage.value = 1
230+
}
231+
}}
227232
>
228233
Error: {error}
229234
</p>

0 commit comments

Comments
 (0)