mirror of
https://github.com/elyby/accounts-frontend.git
synced 2024-11-15 04:35:57 +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]];
|
||||
dispatch(setError(errorMessage));
|
||||
} else {
|
||||
throw new Error(errorMessage);
|
||||
}
|
||||
|
||||
|
@ -15,6 +15,7 @@
|
||||
font-family: $font-family-title;
|
||||
margin: 5px 0 19px;
|
||||
line-height: 1.4;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.activationCodeInput {
|
||||
|
Loading…
Reference in New Issue
Block a user