@@ -11,7 +11,6 @@ pub fn create_cookie(name: String, value: String) -> Cookie<'static> {
.finish()
} else {
Cookie::build(name, value)
- .domain("exmaple.com")
.path("/")
.http_only(true)
.same_site(SameSite::Lax)