mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 12:46:04 +05:30
Мелкие правки по коду: поправлен размер шрифта ектста активации аккаунта, исправлено появление исключения в случае предусмотренной ошибки, npm-debug добавлен в gitignore
This commit is contained in:
parent
a2293b570e
commit
72d03338f6
@ -38,6 +38,7 @@ export function login({login = '', password = '', rememberMe = false}) {
|
|||||||
}
|
}
|
||||||
const errorMessage = resp.errors[Object.keys(resp.errors)[0]];
|
const errorMessage = resp.errors[Object.keys(resp.errors)[0]];
|
||||||
dispatch(setError(errorMessage));
|
dispatch(setError(errorMessage));
|
||||||
|
} else {
|
||||||
throw new Error(errorMessage);
|
throw new Error(errorMessage);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,6 +15,7 @@
|
|||||||
font-family: $font-family-title;
|
font-family: $font-family-title;
|
||||||
margin: 5px 0 19px;
|
margin: 5px 0 19px;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.activationCodeInput {
|
.activationCodeInput {
|
||||||
|
Loading…
Reference in New Issue
Block a user