update seo
This commit is contained in:
@@ -8,7 +8,7 @@ import { usePageMeta } from '../hooks/usePageMeta'
|
||||
|
||||
export default function LoginPage() {
|
||||
usePageMeta({
|
||||
title: 'Grateful Journal — Your Private Gratitude Journal',
|
||||
title: 'Private Gratitude Journal App | Grateful Journal',
|
||||
description: 'A private, end-to-end encrypted gratitude journal. No feeds, no noise — just you and your thoughts. Grow your gratitude one moment at a time.',
|
||||
canonical: 'https://gratefuljournal.online/',
|
||||
})
|
||||
@@ -34,7 +34,10 @@ export default function LoginPage() {
|
||||
}
|
||||
}
|
||||
|
||||
if (loading || signingIn) {
|
||||
// Keep showing the loader until the navigate effect fires.
|
||||
// Without the `user` check here, the login form flashes for one frame
|
||||
// between loading→false and the useEffect redirect.
|
||||
if (loading || signingIn || user) {
|
||||
return <PageLoader />
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user