Skip to content

Commit

Permalink
Remove info about log in (#792)
Browse files Browse the repository at this point in the history
  • Loading branch information
KWMORALE committed Apr 14, 2023
1 parent 877b800 commit 924849c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions mwdb/web/src/components/UserLogin.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@ export default function UserLogin() {
const prevLocation = locationState.prevLocation || "/";
auth.updateSession(response.data);
navigate(prevLocation);
toast(`Successfully logged into account: ${response.data.login}`, {
type: "success",
});
} catch (error) {
toast(getErrorMessage(error), {
type: "error",
Expand Down

0 comments on commit 924849c

Please sign in to comment.