feat: rename Updaterup to Daterup and update related links and metadata

This commit is contained in:
Anders Böttcher
2026-05-13 13:57:27 +02:00
parent 37e916594e
commit b711aa510a
7 changed files with 56 additions and 55 deletions
+3 -2
View File
@@ -34,8 +34,9 @@ export default function LoginForm({ from }: Props) {
setLoading(false)
return
}
// Navigate to intended destination — fresh page load picks up the session cookie
router.push(from || '/browse')
// Full page navigation — bypasses Next.js router cache so the new session
// cookie is always included in the first server request after login.
window.location.href = from || '/browse'
} catch {
setError('Network error — please try again')
setLoading(false)