feat: enable specifying custom open authoring commit message (#2810)

This commit is contained in:
Erez Rokah
2019-10-28 21:29:47 +02:00
committed by Shawn Erquhart
parent f206e7e5a1
commit 2841ff9ffe
8 changed files with 294 additions and 45 deletions

View File

@ -66,7 +66,7 @@ export default class GitLab {
}
// Authorized user
return { ...user, token: state.token };
return { ...user, login: user.username, token: state.token };
}
logout() {