Merge branch 'soon' into staging

pull/1/head
ansuz 2018-06-21 10:42:25 +02:00
commit fc35d06c83
1 changed files with 3 additions and 1 deletions
customize.dist

View File

@ -268,7 +268,9 @@ define([
proxy[Constants.displayNameKey] = uname;
}
LocalStore.eraseTempSessionValues();
proceed(result);
LocalStore.login(result.userHash, result.userName, function () {
setTimeout(function () { proceed(result); });
});
});
});
break;