feat: enable specifying custom open authoring commit message (#2810)
This commit is contained in:
committed by
Shawn Erquhart
parent
f206e7e5a1
commit
2841ff9ffe
@ -66,7 +66,7 @@ export default class GitLab {
|
||||
}
|
||||
|
||||
// Authorized user
|
||||
return { ...user, token: state.token };
|
||||
return { ...user, login: user.username, token: state.token };
|
||||
}
|
||||
|
||||
logout() {
|
||||
|
Reference in New Issue
Block a user