Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/dashboard/src/utils/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ const errorHandler = error => {
id: 'error.login.invalidCredentials',
defaultMessage: 'Invalid username or password.',
}),
description: url,
});
return;
}
Expand All @@ -41,7 +40,6 @@ const errorHandler = error => {
id: 'error.login.expired',
defaultMessage: 'Not logged in or session expired. Please log in again.',
}),
description: url,
});
history.replace({
pathname: '/user/login',
Expand All @@ -60,7 +58,6 @@ const errorHandler = error => {
id: 'error.register.duplicate',
defaultMessage: 'Email address or organization name already exists.',
}),
description: url,
});
return;
}
Expand Down
Loading