seo update
This commit is contained in:
@@ -13,7 +13,7 @@ export default function LoginPage() {
|
||||
|
||||
useEffect(() => {
|
||||
if (loading) return
|
||||
if (user) navigate('/', { replace: true })
|
||||
if (user) navigate('/write', { replace: true })
|
||||
}, [user, loading, navigate])
|
||||
|
||||
async function handleGoogleSignIn() {
|
||||
|
||||
Reference in New Issue
Block a user