Skip to content

Commit

Permalink
added message
Browse files Browse the repository at this point in the history
  • Loading branch information
zlkaede11 committed Aug 26, 2024
1 parent bc752e7 commit fe6d2cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions client/src/components/composite/LoginForm/LoginForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const LoginForm = ({
setLoginSuccessful(true)
setMessages({ success: "Logged In" })
if (successHandler !== undefined) successHandler()
alert("Logged In!")
} else {
setLoginSuccessful(false)
// We want the messages to be overwritten
Expand Down

0 comments on commit fe6d2cc

Please sign in to comment.