feat: implement file deletion functionality and enhance deployment script

This commit is contained in:
Anders Böttcher
2026-05-13 12:35:58 +02:00
parent cf23467be6
commit 9dbbf814b4
10 changed files with 229 additions and 50 deletions
+1 -2
View File
@@ -34,9 +34,8 @@ export default function LoginForm({ from }: Props) {
setLoading(false)
return
}
// Navigate to intended destination or browse
// Navigate to intended destination — fresh page load picks up the session cookie
router.push(from || '/browse')
router.refresh()
} catch {
setError('Network error — please try again')
setLoading(false)