Fixing the login issue

This commit is contained in:
geethkokila 2016-12-08 14:28:33 +05:30
parent 9def8aa609
commit 87b2fb3603

View File

@ -520,7 +520,7 @@ var module = {};
response.sendError(500, msg);
return;
}
}
/**
* @type {{sessionId: string, loggedInUser: string, sessionIndex: string, samlToken:
* string}}