forked from polka_billy/porridger
Added useSend hook, converted useFetch to use it
Moved useFetch Related to #19
This commit is contained in:
@ -28,7 +28,7 @@ function LoginPage() {
|
||||
|
||||
if (token) {
|
||||
setToken(token)
|
||||
navigate('/')
|
||||
navigate(-1 - Number(import.meta.env.DEV))
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user