feat(backend-git-gateway): handle identity disabled error message (#3002)

This commit is contained in:
Erez Rokah
2020-01-06 21:10:37 +02:00
committed by Shawn Erquhart
parent b54d42fcfe
commit b5ffccdac5
5 changed files with 428 additions and 11 deletions

View File

@ -1,4 +1,15 @@
const en = {
auth: {
login: 'Login',
loggingIn: 'Logging in...',
loginWithNetlifyIdentity: 'Login with Netlify Identity',
errors: {
email: 'Make sure to enter your email.',
password: 'Please enter your password.',
identitySettings:
'Unable to access identity settings. When using git-gateway backend make sure to enable Identity service and Git Gateway.',
},
},
app: {
header: {
content: 'Contents',