Fix Soumet exported function

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2021-06-11 19:02:04 +02:00
parent a507c014d0
commit 30487a3003
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -94,7 +94,7 @@ function Auth({children}) {
}
if (!isUser) {
router.push('/kont')
router.push('/soumet')
}
}, [isUser, loading, router])