Merge branch 'master' into ticket/TURNIERE-140

This commit is contained in:
Jonny 2019-04-18 14:47:47 +02:00 committed by GitHub
commit 80b0fe8243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -188,7 +188,7 @@ const reducer_userinfo = (state = defaultstate_userinfo, action) => {
__store.dispatch({
type : actiontypes_userinfo.LOGIN_RESULT_SUCCESS,
parameters : {
username : resp.data.data.username,
username : resp.data.username,
}
});
storeOptionalToken(resp);