You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-13 08:02:38 +03:00
Make it compile
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user