mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-04 11:31:23 +01:00
some more fixes to the session handling to ignore the /api folder, and
refactoring how the public directory is set up in webserver.js. THIS COMMIT ALTERS NODEBB'S DEPENDENCIES! Please run npm install after pulling.
This commit is contained in:
@@ -25,7 +25,6 @@
|
||||
|
||||
ajaxify.register_events(['user.login']);
|
||||
socket.on('user.login', function(data) {
|
||||
console.log(data);
|
||||
if (data.status === 0) {
|
||||
jQuery('#error').show(50);
|
||||
jQuery('#error p').html(data.message);
|
||||
|
||||
Reference in New Issue
Block a user