after changing encryption timeout in the settings, apply this immediatelly

This commit is contained in:
azivner 2017-09-23 10:59:36 -04:00
parent a14257a31c
commit d47b2e5d0e

View file

@ -72,6 +72,8 @@ $("#encryptionTimeoutForm").submit(() => {
contentType: "application/json",
success: function () {
alert("Encryption timeout has been changed.");
globalEncryptionSessionTimeout = encryptionTimeout;
},
error: () => alert("Error occurred during changing encryption timeout.")
});