fix csr for use_cookie

This commit is contained in:
Maccesch 2024-01-29 20:27:40 +00:00
parent 07f0a13c9d
commit 0d546d464a

View file

@ -140,6 +140,8 @@ impl Default for UseCookieOptions {
.unwrap_or_default()
.to_owned()
}
#[cfg(not(feature = "ssr"))]
"".to_owned()
}),
}
}