Make it compile

pull/21833/head
Kegan Dougal 2017-06-01 15:45:31 +01:00
parent 547f10bcbb
commit a0c21854a9
1 changed files with 1 additions and 1 deletions

View File

@ -159,7 +159,7 @@ export default class Login {
}, function(error) { }, function(error) {
if (error.httpStatus == 400 && loginParams.medium) { if (error.httpStatus == 400 && loginParams.medium) {
error.friendlyText = ( error.friendlyText = (
_t('This Home Server does not support login using email address.'); _t('This Home Server does not support login using email address.')
); );
} }
else if (error.httpStatus === 403) { else if (error.httpStatus === 403) {