This commit is contained in:
Tben 2023-07-05 11:05:16 +01:00
parent 541f777f5c
commit 84e6d59a4a
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ module.exports = async function logout(params) {
}
if (!targetUser) {
window.alert("NO client user object found in localStorage");
return false;
}

View File

@ -1,6 +1,6 @@
{
"name": "datasquirel",
"version": "1.1.58",
"version": "1.1.59",
"description": "Cloud-based SQL data management tool",
"main": "index.js",
"scripts": {