gbowne1/codebooker

[BUG] Minor: Greeting notification rendered twice upon successful login

Closed this issue · 2 comments

Description
Upon successful login with any user profile, the user is greeted with a successful login prompt twice.

toast.success('Welcome! ' + username) appears to be rendering twice from the Home.jsx component

To Reproduce

  1. Log into CodeBooker with any existing user
  2. Observe toaster notification at top of app. Notification will appear twice.

Expected behavior
User should be greeted by prompt only once upon successful login.

Screenshots
Screenshot 2023-09-11 at 23 44 19

Reproduced on:

  • Mac OS Ventura 13.5
    -- Google Chrome 116
    -- Safari 16.6

This should be a quick fix. Please assign to me if you don't mind

Yes I noticed this double. I forgot to add this issue. Thanks for covering it for me.