web: do not overwrite existing cookie

This commit is contained in:
Quaternions 2024-12-13 20:35:08 -08:00
parent 7ae2775c3f
commit 1243203085

View File

@ -13,7 +13,6 @@ function ReviewButtonClicked(action: Action) {
method: "POST",
headers: {
"Content-type": "application/json",
"Cookie": "session_id=c5191ddc-eee1-4010-900c-6b2c7b6780ab"
}
})
}