[F] Reset turnstile after login error

This commit is contained in:
Azalea
2024-03-03 12:30:52 -05:00
parent c0437e55eb
commit a11bfdb13b
2 changed files with 4 additions and 2 deletions

View File

@@ -63,7 +63,6 @@ export async function post(endpoint: string, params: any, init?: RequestInitWith
...init
}).catch(e => {
console.error(e)
throw new Error('Network error')
})