|
|
@@ -246,7 +246,6 @@ app.state.Home = function() |
|
|
},
|
|
|
},
|
|
|
function( res )
|
|
|
function( res )
|
|
|
{
|
|
|
{
|
|
|
console.log(res.profile);
|
|
|
|
|
|
app.model.SessionUser.updateUserData( res.profile, res.profile_teams );
|
|
|
app.model.SessionUser.updateUserData( res.profile, res.profile_teams );
|
|
|
|
|
|
|
|
|
userGroups = app.model.SessionUser.getGroups();
|
|
|
userGroups = app.model.SessionUser.getGroups();
|
|
|
|