Skip to content
Snippets Groups Projects
Commit 54b8b3dd authored by Trirst's avatar Trirst
Browse files

Remove unnecessary logging

parent 32050c7c
No related branches found
No related tags found
No related merge requests found
...@@ -18,8 +18,7 @@ ...@@ -18,8 +18,7 @@
}); });
localStorage.setItem("user", JSON.stringify($user)); localStorage.setItem("user", JSON.stringify($user));
secret = ""; secret = "";
} catch (e) { } catch {
console.error(e);
alert("Login failed!"); alert("Login failed!");
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment