feat: enable specifying custom open authoring commit message (#2810)
This commit is contained in:
committed by
Shawn Erquhart
parent
f206e7e5a1
commit
2841ff9ffe
@ -174,6 +174,7 @@ export default class GitGateway {
|
||||
if (!(await this.api.hasWriteAccess())) {
|
||||
throw new Error("You don't have sufficient permissions to access Netlify CMS");
|
||||
}
|
||||
return { name: userData.name, login: userData.email };
|
||||
});
|
||||
}
|
||||
restoreUser() {
|
||||
|
Reference in New Issue
Block a user