mirror of
				https://github.com/elyby/accounts-frontend.git
				synced 2025-05-31 14:11:58 +05:30 
			
		
		
		
	Мелкие правки по коду: поправлен размер шрифта ектста активации аккаунта, исправлено появление исключения в случае предусмотренной ошибки, npm-debug добавлен в gitignore
This commit is contained in:
		| @@ -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 { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user