improvement(auth): verbose error message when GitHub repo unavailable (#1831)
This commit is contained in:
@ -76,6 +76,7 @@ export function loginUser(credentials) {
|
||||
dispatch(authenticate(user));
|
||||
})
|
||||
.catch(error => {
|
||||
console.error(error);
|
||||
dispatch(
|
||||
notifSend({
|
||||
message: `${error.message}`,
|
||||
|
@ -9,6 +9,7 @@ injectGlobal`
|
||||
|
||||
.notif__container {
|
||||
z-index: 10000;
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
`;
|
||||
|
||||
|
Reference in New Issue
Block a user