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
-1
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;
}