1
0

Fixed error message

This commit is contained in:
kolaente
2018-09-06 20:17:39 +02:00
parent efb0088ebf
commit d60586b5ed

View File

@ -38,7 +38,7 @@ export default {
if (e.response) {
context.error = e.response.data.message
if (e.response.status === 401) {
context.error = context.translate('login').wrong
context.error = 'Wrong username or password.'
}
}
})