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

@ -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() {