updates
This commit is contained in:
parent
541f777f5c
commit
84e6d59a4a
@ -43,7 +43,6 @@ module.exports = async function logout(params) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!targetUser) {
|
if (!targetUser) {
|
||||||
window.alert("NO client user object found in localStorage");
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "datasquirel",
|
"name": "datasquirel",
|
||||||
"version": "1.1.58",
|
"version": "1.1.59",
|
||||||
"description": "Cloud-based SQL data management tool",
|
"description": "Cloud-based SQL data management tool",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
Loading…
Reference in New Issue
Block a user