Added support for explicit HTTP permalinks

This commit is contained in:
rr-
2015-07-02 20:24:01 +02:00
parent 3c83f711c9
commit 11648e055c
5 changed files with 22 additions and 1 deletions

View File

@ -141,6 +141,7 @@ App.Auth = function(_, jQuery, util, api, appState, promise) {
appState.set('loginToken', response.json.token && response.json.token.name);
appState.set('loggedIn', response.json.user && !!response.json.user.id);
appState.set('loggedInUser', response.json.user);
appState.set('config', response.json.config);
}
function isLoggedIn(userName) {