From 947f6327fcccf69881d623d3dd0d19089bff1b3b Mon Sep 17 00:00:00 2001 From: Ylian Saint-Hilaire Date: Mon, 30 Sep 2019 14:50:28 -0700 Subject: [PATCH] Added authCookie to all multiparty forms --- package.json | 2 +- views/default-min.handlebars | 2 +- views/default.handlebars | 3 +++ webserver.js | 38 +++++++++++++++++++++++++++++------- 4 files changed, 36 insertions(+), 9 deletions(-) diff --git a/package.json b/package.json index 0fa8ad62..aaaca8a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "meshcentral", - "version": "0.4.1-m", + "version": "0.4.1-n", "keywords": [ "Remote Management", "Intel AMT", diff --git a/views/default-min.handlebars b/views/default-min.handlebars index 84ee0735..a2c26801 100644 --- a/views/default-min.handlebars +++ b/views/default-min.handlebars @@ -1 +1 @@ - {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file + {{{title}}}
{{{title}}}
{{{title2}}}

{{{logoutControl}}}

 

\ No newline at end of file diff --git a/views/default.handlebars b/views/default.handlebars index cad8df32..f11c396e 100644 --- a/views/default.handlebars +++ b/views/default.handlebars @@ -873,6 +873,7 @@