added in basic auth from env variable

This commit is contained in:
2021-11-12 12:14:17 +00:00
parent c0e44c223e
commit d96c072bfe
6 changed files with 21 additions and 10 deletions
+3 -1
View File
@@ -42,7 +42,9 @@ const CookieManagementMain = (props) => {
";expires=Thu, 01 Jan 1970 00:00:01 GMT";
}
usageState == "revoked" && delete_cookie("CookiePolicy", "/");
usageState == "revoked" && delete_cookie("CookiePolicy", "/"),
delete_cookie("_ga", "/"),
delete_cookie("_gid", "/");
cookie.set("planning_casework", true, {
expires: expDate,