Updates error log.

This commit is contained in:
kunw 2016-10-25 13:31:10 +08:00
parent debf482765
commit 5ba1cc1f44

View File

@ -40,7 +40,7 @@
}
function getCurrentUserFailed(e){
console.log('No session of current user.');
console.log('Failed to get current user:' + e);
LogOutService()
.success(logOutSuccess)
.error(logOutFailed);