m-flak / matts

"Matthew's ATS" - Portfolio Project - A fully functional job board! Deploys to Azure and uses Azure Functions.
GNU Affero General Public License v3.0
1 stars 0 forks source link

Failure toasts accumulate from login page #16

Closed m-flak closed 12 months ago

m-flak commented 1 year ago

The login page does not have the toast container, but errors are being propagated to the toast service. When errors (if any) happen, they will not appear until logging in to the application.

Reproduce:

  1. Mistype password on the login page or cause a failure x times
  2. Login
  3. See x failure toasts upon loading the home page.